commit bash-20051019 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:52:31 -05:00
parent e225d5a981
commit 7027abcba9
33 changed files with 4876 additions and 4244 deletions
+6
View File
@@ -1873,6 +1873,12 @@ shell_getc (remove_quoted_newline)
QUIT;
if (sigwinch_received)
{
sigwinch_received = 0;
get_new_window_size (0);
}
if (eol_ungetc_lookahead)
{
c = eol_ungetc_lookahead;