- added ALT-keys support (except ALT-f and ALT-m which are menu
accelerators). [...] - added F4/F5 functionality - same as in MSDOS port F4 toggles between fitting the tiled display to the screen and full size (compresses the tiles to fit / uncompresses). F5 alternates between ascii and tiles. - added support for wc_vary_msgcount
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#define MSG_WRAP_TEXT
|
||||
|
||||
#define MSG_VISIBLE_LINES 4
|
||||
#define MSG_VISIBLE_LINES max(iflags.wc_vary_msgcount, 2)
|
||||
#define MAX_MSG_LINES 32
|
||||
#define MSG_LINES (int)min(iflags.msg_history, MAX_MSG_LINES)
|
||||
#define MAXWINDOWTEXT 200
|
||||
|
||||
Reference in New Issue
Block a user