diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c index b8be6c13041..289f7771852 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -10891,9 +10891,11 @@ x_initialize () | |||
| 10891 | XSetIOErrorHandler (x_io_error_quitter); | 10891 | XSetIOErrorHandler (x_io_error_quitter); |
| 10892 | 10892 | ||
| 10893 | /* Disable Window Change signals; they are handled by X events. */ | 10893 | /* Disable Window Change signals; they are handled by X events. */ |
| 10894 | #if 0 /* Don't. We may want to open tty frames later. */ | ||
| 10894 | #ifdef SIGWINCH | 10895 | #ifdef SIGWINCH |
| 10895 | signal (SIGWINCH, SIG_DFL); | 10896 | signal (SIGWINCH, SIG_DFL); |
| 10896 | #endif /* SIGWINCH */ | 10897 | #endif /* SIGWINCH */ |
| 10898 | #endif | ||
| 10897 | 10899 | ||
| 10898 | signal (SIGPIPE, x_connection_signal); | 10900 | signal (SIGPIPE, x_connection_signal); |
| 10899 | } | 10901 | } |