summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authormhsin <mhsin@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-01-14 20:24:01 +0800
committermhsin <mhsin@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-01-14 20:24:01 +0800
commiteda6831607c45b062de6e6a9a2857bdc5b059de5 (patch)
tree25192e04dd2bf5f7d8ed8b161d956dfb9574d668 /mbbsd
parentd512ded55461ccd9e07e9f40eca8c402ff502627 (diff)
downloadpttbbs-eda6831607c45b062de6e6a9a2857bdc5b059de5.tar
pttbbs-eda6831607c45b062de6e6a9a2857bdc5b059de5.tar.gz
pttbbs-eda6831607c45b062de6e6a9a2857bdc5b059de5.tar.bz2
pttbbs-eda6831607c45b062de6e6a9a2857bdc5b059de5.tar.lz
pttbbs-eda6831607c45b062de6e6a9a2857bdc5b059de5.tar.xz
pttbbs-eda6831607c45b062de6e6a9a2857bdc5b059de5.tar.zst
pttbbs-eda6831607c45b062de6e6a9a2857bdc5b059de5.zip
Add 'l' key for entering boards in boardlist.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4427 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index b4d76b81..76af1f7d 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1668,6 +1668,7 @@ choose_board(int newflag)
case KEY_RIGHT:
case KEY_ENTER:
case 'r':
+ case 'l':
{
if (IS_LISTING_FAV()) {
assert(nbrdsize>0);