commit bash-20081023 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:30:57 -05:00
parent f2f9854dfd
commit 36211029b1
13 changed files with 552 additions and 723 deletions
-4
View File
@@ -653,11 +653,7 @@ rl_redisplay ()
/* inv_lbreaks[i] is where line i starts in the buffer. */
inv_lbreaks[newlines = 0] = 0;
#if 0
lpos = out - wrap_offset;
#else
lpos = prompt_physical_chars + modmark;
#endif
#if defined (HANDLE_MULTIBYTE)
memset (line_state_invisible->wrapped_line, 0, line_state_invisible->wbsize * sizeof (int));