mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 17:39:56 +02:00
prompt reprinting fixes for readline when screenwidth is less than prompt length; redirection fixes
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user