prompt reprinting fixes for readline when screenwidth is less than prompt length; redirection fixes

This commit is contained in:
Chet Ramey
2021-09-27 10:29:22 -04:00
parent 72206eb271
commit fa1e33671d
5 changed files with 28 additions and 23 deletions
+1 -1
View File
@@ -367,7 +367,7 @@ executing_line_number ()
return currently_executing_command->value.ArithFor->line;
#endif
return line_number;
return line_number;
}
else
return line_number;