diff options
Diffstat (limited to 'src/LYOptions.c')
-rw-r--r-- | src/LYOptions.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/LYOptions.c b/src/LYOptions.c index 8eaa64a0..8cc9886c 100644 --- a/src/LYOptions.c +++ b/src/LYOptions.c @@ -2328,11 +2328,7 @@ redraw: #ifdef VMS VMSbox(form_window, (bottom - top), (Lnum + width + 4)); #else - { - int boxvert, boxhori; - UCSetBoxChars(current_char_set, &boxvert, &boxhori, BOXVERT, BOXHORI); - box(form_window, boxvert, boxhori); - } + LYbox(form_window, FALSE); #endif /* VMS */ wrefresh(form_window); #endif /* USE_SLANG */ |