B08021 scroll_amount wincap option
> - I'd like to see another option added: scroll_amount. In > combination with scroll_margin, this would control the amount > of squares the screen is scrolled when the scroll_margin is > reached (currently, this amount is 1, but if I recall > correctly, it used to be more). For example, if both were 5, > when you came within 5 spaces of the left screen border, the > screen would shift 5 spaces to the right).
This commit is contained in:
@@ -157,9 +157,9 @@ extern NEARDATA struct window_procs windowprocs;
|
||||
#define WC_FONTSIZ_MENU 0x100000L /* 21 supports specification of mnu win font */
|
||||
#define WC_FONTSIZ_TEXT 0x200000L /* 22 supports specification of txt win font */
|
||||
#define WC_SCROLL_MARGIN 0x400000L /* 23 supports setting scroll margin for map */
|
||||
#define WC_SPLASH_SCREEN 0x800000L /* 24 supports setting scroll margin for map */
|
||||
#define WC_SPLASH_SCREEN 0x800000L /* 24 supports display of splash screen */
|
||||
#define WC_POPUP_DIALOG 0x1000000L /* 25 supports queries in pop dialogs */
|
||||
#define WC_LARGE_FONT 0x2000000L /* 26 Port supports large font */
|
||||
#define WC_SCROLL_AMOUNT 0x2000000L /* 26 scroll this amount at scroll margin */
|
||||
#define WC_EIGHT_BIT_IN 0x4000000L /* 27 8-bit character input */
|
||||
#define WC_PERM_INVENT 0x8000000L /* 28 8-bit character input */
|
||||
#define WC_MAP_MODE 0x10000000L /* 29 map_mode option */
|
||||
|
||||
Reference in New Issue
Block a user