diff options
Diffstat (limited to 'shells/bash53/files/patch-lib_readline_display.c')
-rw-r--r-- | shells/bash53/files/patch-lib_readline_display.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/shells/bash53/files/patch-lib_readline_display.c b/shells/bash53/files/patch-lib_readline_display.c deleted file mode 100644 index 4d8141cb7441..000000000000 --- a/shells/bash53/files/patch-lib_readline_display.c +++ /dev/null @@ -1,14 +0,0 @@ ---- lib/readline/display.c.orig 2025-05-02 13:20:32 UTC -+++ lib/readline/display.c -@@ -999,7 +999,10 @@ rl_redisplay (void) - the line breaks in the prompt string in expand_prompt, taking invisible - characters into account, and if lpos exceeds the screen width, we copy - the data in the loop below. */ -- lpos = local_prompt ? prompt_physical_chars + modmark : 0; -+ if (local_prompt) -+ lpos = local_prompt ? prompt_physical_chars + modmark : 0; -+ else -+ lpos = 0; - - #if defined (HANDLE_MULTIBYTE) - memset (line_state_invisible->wrapped_line, 0, line_state_invisible->wbsize * sizeof (int)); |