summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/syscons.h
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1997-01-23 20:00:45 +0000
committersos <sos@FreeBSD.org>1997-01-23 20:00:45 +0000
commit6d91e1473666dc73dd8db64106024cdbcb318dd7 (patch)
tree66eb50c8246c21651c97642b9145b7a0f390441e /sys/dev/syscons/syscons.h
parent711814ebe02a708eaab38de1e543651b98a50844 (diff)
downloadFreeBSD-src-6d91e1473666dc73dd8db64106024cdbcb318dd7.zip
FreeBSD-src-6d91e1473666dc73dd8db64106024cdbcb318dd7.tar.gz
Add save/restore cursor as pr SCO screen(HW) manpage.
Fix ESC[2J to not move cursor home Clear mouse cutmarking on more cases. Minor changes by me. Submitted by: ache
Diffstat (limited to 'sys/dev/syscons/syscons.h')
-rw-r--r--sys/dev/syscons/syscons.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h
index 9af7e26..e920b8c 100644
--- a/sys/dev/syscons/syscons.h
+++ b/sys/dev/syscons/syscons.h
@@ -143,6 +143,8 @@ typedef struct scr_stat {
u_short *scr_buf; /* buffer when off screen */
int xpos; /* current X position */
int ypos; /* current Y position */
+ int saved_xpos; /* saved X position */
+ int saved_ypos; /* saved Y position */
int xsize; /* X text size */
int ysize; /* Y text size */
int xpixel; /* X graphics size */
OpenPOWER on IntegriCloud