summaryrefslogtreecommitdiffstats
path: root/mbbsd/term.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-22 22:14:38 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-22 22:14:38 +0800
commit1216824527a7ba086279b86d1c38c050ba4ad623 (patch)
treeab82bfcde2bf060ce4b6aac35c4cc1d0915ddb6f /mbbsd/term.c
parentab0bb7e2279602bb35ec8b7f3db9b8398d3ffdf1 (diff)
downloadpttbbs-1216824527a7ba086279b86d1c38c050ba4ad623.tar
pttbbs-1216824527a7ba086279b86d1c38c050ba4ad623.tar.gz
pttbbs-1216824527a7ba086279b86d1c38c050ba4ad623.tar.bz2
pttbbs-1216824527a7ba086279b86d1c38c050ba4ad623.tar.lz
pttbbs-1216824527a7ba086279b86d1c38c050ba4ad623.tar.xz
pttbbs-1216824527a7ba086279b86d1c38c050ba4ad623.tar.zst
pttbbs-1216824527a7ba086279b86d1c38c050ba4ad623.zip
-general message refine
-telnet send brk can toggle printing raw output in DBG_OUTRPT mode git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3726 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/term.c')
-rw-r--r--mbbsd/term.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mbbsd/term.c b/mbbsd/term.c
index 59f6e6b3..064d5db3 100644
--- a/mbbsd/term.c
+++ b/mbbsd/term.c
@@ -40,8 +40,6 @@ sig_term_resize(int sig)
void term_resize(int w, int h)
{
- char changed = 0;
-
Signal(SIGWINCH, SIG_IGN); /* Don't bother me! */