readline and completion fixes

This commit is contained in:
Chet Ramey
2023-04-20 11:27:36 -04:00
parent a46164736e
commit d052bd6fd9
19 changed files with 8015 additions and 7681 deletions
+2
View File
@@ -239,6 +239,8 @@ int executing_builtin = 0;
/* Non-zero if we are executing a command list (a;b;c, etc.) */
int executing_list = 0;
int executing_loop = 0;
/* Non-zero if we should defer closing process substitution FDs. */
int retain_fifos = 0;