diff options
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r-- | mbbsd/board.c | 1 |
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); |