don't flush output for SIGWINCH. found by Joren l'Ami.

This commit is contained in:
Ben Gras
2009-04-06 09:39:42 +00:00
parent 65a9f0253b
commit 4cd6875d05
5 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ extern struct kmessages kmess;
/* Function prototypes for TTY driver. */
/* tty.c */
_PROTOTYPE( void handle_events, (struct tty *tp) );
_PROTOTYPE( void sigchar, (struct tty *tp, int sig) );
_PROTOTYPE( void sigchar, (struct tty *tp, int sig, int mayflush) );
_PROTOTYPE( void tty_task, (void) );
_PROTOTYPE( int in_process, (struct tty *tp, char *buf, int count) );
_PROTOTYPE( void out_process, (struct tty *tp, char *bstart, char *bpos,