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/LYCurses.h | |
parent | 6c554d1e336d6263a0e1436690451566ce256abc (diff) | |
download | lynx-snapshots-f1977d62c94d74a72d1c7a4abbbecdec21e3980e.tar.gz |
snapshot of project "lynx", label v2-8-8dev_16p
Diffstat (limited to 'src/LYCurses.h')
-rw-r--r-- | src/LYCurses.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/LYCurses.h b/src/LYCurses.h index 0a9c0ebe..f9858eeb 100644 --- a/src/LYCurses.h +++ b/src/LYCurses.h @@ -1,4 +1,4 @@ -/* $LynxId: LYCurses.h,v 1.90 2013/05/31 00:23:39 tom Exp $ */ +/* $LynxId: LYCurses.h,v 1.91 2013/10/10 23:28:33 tom Exp $ */ #ifndef LYCURSES_H #define LYCURSES_H @@ -839,6 +839,8 @@ FANCY_CURSES. Check your config.log to see why the FANCY_CURSES test failed. #define LYHideCursor() LYmove((LYlines - 1), (LYcolLimit - 2)) #endif +#define LYParkCursor() LYmove((LYlines - 1), 0); LYclrtoeol() + extern void LYstowCursor(WINDOW * win, int row, int col); extern void LYSetDisplayLines(void); |