From 2cbf4932a81de91bcc12a65eb314ff0c88d2a7ae Mon Sep 17 00:00:00 2001 From: ptt Date: Mon, 5 Apr 2004 20:36:04 +0000 Subject: push_bottom git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1700 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index c9beeffd..013616d1 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -2314,6 +2314,7 @@ board_etc() setbdir(currdirect, currboard); return NEWDIRECT; } + static int push_bottom(int ent, fileheader_t * fhdr, char *direct) { @@ -2594,7 +2595,7 @@ onekey_t read_comms[] = { whereami, // Ctrl('W') NULL, // Ctrl('X') NULL, // Ctrl('Y') - NULL, // Ctrl('Z') 26 + push_bottom, // Ctrl('Z') 26 NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, -- cgit v1.2.3