summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.h
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1997-01-23 20:00:45 +0000
committerSøren Schmidt <sos@FreeBSD.org>1997-01-23 20:00:45 +0000
commit0d3f983ad2c2a2713dcd12030883d4859e9e1bb0 (patch)
tree66eb50c8246c21651c97642b9145b7a0f390441e /sys/dev/syscons/syscons.h
parent6a4c8990923df5aafac643805c6aa461adfbb44e (diff)
Notes
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 9af7e26c5860..e920b8c3f7b9 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 */