From 2e9ffdbbc5ab67505152ef009c4b1cec57a00e73 Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 26 Jul 2005 10:17:07 +0000 Subject: enable Esc-1 Esc-4 again git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2964 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/io.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mbbsd/io.c b/mbbsd/io.c index a7042ad5..63a28fe4 100644 --- a/mbbsd/io.c +++ b/mbbsd/io.c @@ -314,8 +314,15 @@ igetch(void) if (ch == '[' || ch == 'O') { mode = 2; last = ch; } +#if 0 + /* some user complained about this since they wanna + * do Esc-N paste in vedit. + * Before anyone to explain what this is for, + * this will be commented. + */ else if (ch == '1' || ch == '4') /* what is this!? */ { mode = 3; last = ch; } +#endif else { KEY_ESC_arg = ch; return KEY_ESC; -- cgit v1.2.3