summaryrefslogtreecommitdiffstats
path: root/mbbsd/pmore.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/pmore.c')
-rw-r--r--mbbsd/pmore.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c
index 6efcc30a..1d619cf8 100644
--- a/mbbsd/pmore.c
+++ b/mbbsd/pmore.c
@@ -2465,6 +2465,10 @@ pmore_Preference()
// TODO even better pref navigation, like arrow keys
// static int lastkey = '\\'; // default key
+#ifdef HAVE_SCREEN_GRAYOUT
+ grayout_lines(0, b_lines - 10, 0);
+#endif // HAVE_SCREEN_GRAYOUT
+
while (1)
{
move(b_lines - 10, 0);