diff options
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r-- | mbbsd/user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c index 0b912c05..92c423f2 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -502,7 +502,7 @@ void Customize(void) } - grayout_lines(1, b_lines, 0); + grayout(1, b_lines-2, GRAYOUT_DARK); move(b_lines-1, 0); clrtoeol(); if(dirty) |