about summary refs log tree commit diff stats
path: root/src/LYOptions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYOptions.c')
-rw-r--r--src/LYOptions.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/LYOptions.c b/src/LYOptions.c
index 61f9e187..8eaa64a0 100644
--- a/src/LYOptions.c
+++ b/src/LYOptions.c
@@ -205,7 +205,10 @@ draw_options:
      *  might have non-ASCII or multibyte/CJK characters. - FM
      */
     response = 0;
-    clear();
+    if (enable_scrollback)
+	clear();
+    else
+	erase();
     move(0, 5);
 
     lynx_start_h1_color ();
@@ -1792,7 +1795,10 @@ draw_bookmark_list:
      *  to increase the chances that any non-ASCII or multibyte/CJK
      *  characters will be handled properly. - FM
      */
-    clear();
+    if (enable_scrollback)
+	clear();
+    else
+	erase();
     move(0, 5);
 
     lynx_start_h1_color ();