Set maximum width of help window to 80 symbols.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2010-04-13 11:15:59 +04:00
parent dd74fc504c
commit 54b38bd381
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ const global_keymap_t *help_map;
#define MAXLINKNAME 80
#define HISTORY_SIZE 20
#define HELP_WINDOW_WIDTH (COLS - 16)
#define HELP_WINDOW_WIDTH min(80, COLS - 16)
#define STRING_LINK_START "\01"
#define STRING_LINK_POINTER "\02"