about summary refs log tree commit diff stats
path: root/src/LYCurses.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYCurses.h')
-rw-r--r--src/LYCurses.h4
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);