diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2013-10-12 00:24:53 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2013-10-12 00:24:53 -0400 |
commit | f1977d62c94d74a72d1c7a4abbbecdec21e3980e (patch) | |
tree | ecb76b7a0c4542b1a71eb73bd0eb78c128d51f8f /src/LYUtils.c | |
parent | 6c554d1e336d6263a0e1436690451566ce256abc (diff) | |
download | lynx-snapshots-f1977d62c94d74a72d1c7a4abbbecdec21e3980e.tar.gz |
snapshot of project "lynx", label v2-8-8dev_16p
Diffstat (limited to 'src/LYUtils.c')
-rw-r--r-- | src/LYUtils.c | 5 |
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); |