about summary refs log tree commit diff stats
path: root/src/LYUtils.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2013-10-12 00:24:53 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2013-10-12 00:24:53 -0400
commitf1977d62c94d74a72d1c7a4abbbecdec21e3980e (patch)
treeecb76b7a0c4542b1a71eb73bd0eb78c128d51f8f /src/LYUtils.c
parent6c554d1e336d6263a0e1436690451566ce256abc (diff)
downloadlynx-snapshots-f1977d62c94d74a72d1c7a4abbbecdec21e3980e.tar.gz
snapshot of project "lynx", label v2-8-8dev_16p
Diffstat (limited to 'src/LYUtils.c')
-rw-r--r--src/LYUtils.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/LYUtils.c b/src/LYUtils.c
index 43238170..ea645abe 100644
--- a/src/LYUtils.c
+++ b/src/LYUtils.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYUtils.c,v 1.243 2013/10/03 08:58:05 tom Exp $
+ * $LynxId: LYUtils.c,v 1.244 2013/10/10 23:30:08 tom Exp $
  */
 #include <HTUtils.h>
 #include <HTTCP.h>
@@ -1593,8 +1593,7 @@ void noviceline(int more_flag GCC_UNUSED)
     LYclrtoeol();
     LYaddstr(NOVICE_LINE_ONE);
 
-    LYmove(LYlines - 1, 0);
-    LYclrtoeol();
+    LYParkCursor();
 #if defined(DIRED_SUPPORT ) && defined(OK_OVERRIDE)
     if (lynx_edit_mode && !no_dired_support)
 	LYaddstr(DIRED_NOVICELINE);