From 51a562cbe6edbf815704dba32d25924fd99d683f Mon Sep 17 00:00:00 2001 From: ptt Date: Wed, 21 Apr 2004 21:35:14 +0000 Subject: add signal WINDOW_RESIZE for linux git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1804 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/term.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mbbsd/term.c') diff --git a/mbbsd/term.c b/mbbsd/term.c index 54acc2a6..555840d1 100644 --- a/mbbsd/term.c +++ b/mbbsd/term.c @@ -52,7 +52,6 @@ outcf(int ch) } #endif -#ifndef __linux__ static void term_resize(int sig) { @@ -85,14 +84,11 @@ term_resize(int sig) signal(SIGWINCH, term_resize); } -#endif int term_init() { -#ifndef __linux__ signal(SIGWINCH, term_resize); -#endif return YEA; } -- cgit v1.2.3