summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-04-08 10:27:19 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-04-08 10:27:19 +0800
commit0666dd02983c5a7ad580a29d7d6deec1cbcd80b5 (patch)
tree4ad1a26d8b3bbad4afc2a8396cbd7b8651a40b73 /include/proto.h
parenta0296382b6836538ae15de74b4adf96b54e8d9ad (diff)
downloadpttbbs-0666dd02983c5a7ad580a29d7d6deec1cbcd80b5.tar
pttbbs-0666dd02983c5a7ad580a29d7d6deec1cbcd80b5.tar.gz
pttbbs-0666dd02983c5a7ad580a29d7d6deec1cbcd80b5.tar.bz2
pttbbs-0666dd02983c5a7ad580a29d7d6deec1cbcd80b5.tar.lz
pttbbs-0666dd02983c5a7ad580a29d7d6deec1cbcd80b5.tar.xz
pttbbs-0666dd02983c5a7ad580a29d7d6deec1cbcd80b5.tar.zst
pttbbs-0666dd02983c5a7ad580a29d7d6deec1cbcd80b5.zip
handle telnet protocol and enable NAWS (resize terminal) capability.
SKIP_TELNET_CONTROL_SIGNAL can be disabled now. by piaip git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2690 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index 0671dd96..d0544240 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -671,6 +671,7 @@ int j_ticket_main(void);
/* term */
void init_tty(void);
int term_init(void);
+void term_resize(int w, int h);
void save_cursor(void);
void restore_cursor(void);
void do_move(int destcol, int destline);