summaryrefslogtreecommitdiffstats
path: root/mbbsd/read.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-20 00:25:39 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-20 00:25:39 +0800
commit9af2fcafb5c2b0743abf9a55ee2a8d1245933cb7 (patch)
treeff637e2c6aeec056ed5141cd3baf0f8a0bf2f29e /mbbsd/read.c
parenta2c803335ee0562bb60a8aa8ae668d12bd413cb3 (diff)
downloadpttbbs-9af2fcafb5c2b0743abf9a55ee2a8d1245933cb7.tar
pttbbs-9af2fcafb5c2b0743abf9a55ee2a8d1245933cb7.tar.gz
pttbbs-9af2fcafb5c2b0743abf9a55ee2a8d1245933cb7.tar.bz2
pttbbs-9af2fcafb5c2b0743abf9a55ee2a8d1245933cb7.tar.lz
pttbbs-9af2fcafb5c2b0743abf9a55ee2a8d1245933cb7.tar.xz
pttbbs-9af2fcafb5c2b0743abf9a55ee2a8d1245933cb7.tar.zst
pttbbs-9af2fcafb5c2b0743abf9a55ee2a8d1245933cb7.zip
- move 'B' (edit board title) to 'b' in board_config (i/I), and B now also activates board_config (B/i/I).
This helps to work in compatible with M3 hotkeys. - add '_' key binding (M3) for push_bottom (^X now) git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4209 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/read.c')
-rw-r--r--mbbsd/read.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c
index 5a2edc22..542c7fb8 100644
--- a/mbbsd/read.c
+++ b/mbbsd/read.c
@@ -666,9 +666,9 @@ i_read_key(const onekey_t * rcmdlist, keeploc_t * locmem,
switch (ch) {
case Ctrl('Z'):
// notify new usage
- move(b_lines-1, 0); clrtoeol();
- outs(ANSI_COLOR(1;33) "置底的功\能鍵已改為 Ctrl-X。"
- "原 Ctrl-Z 現在是快速切換鍵,可在下列區域中切換:" ANSI_RESET);
+ move(b_lines-2, 0); clrtobot();
+ outs(ANSI_COLOR(1;33) "置底的功\能鍵已改為 _ (shift-) 或 Ctrl-X。\n"
+ "原 Ctrl-Z 現在是快速切換鍵,可在下列區域中切換 (按下對應按鍵即可):" ANSI_RESET);
mode = FULLUPDATE;
if (ZA_Select())
mode = DOQUIT;