flag adjustments (trunk only)
Move all system or port specific flags to sysflags which is used only if SYSFLAGS is defined, and leave everything else in flags unconditional.
This commit is contained in:
@@ -2267,7 +2267,7 @@ mac_putstr (winid win, int attr, const char *str) {
|
||||
if (win == WIN_MESSAGE) {
|
||||
r.right -= SBARWIDTH;
|
||||
r.bottom -= SBARHEIGHT;
|
||||
if (flags.page_wait &&
|
||||
if (sysflags.page_wait &&
|
||||
aWin->last_more_lin <= aWin->y_size - (r.bottom - r.top) / aWin->row_height) {
|
||||
aWin->last_more_lin = aWin->y_size;
|
||||
mac_display_nhwindow(win, TRUE);
|
||||
|
||||
Reference in New Issue
Block a user