summaryrefslogtreecommitdiff
path: root/include/linux/console_struct.h
diff options
context:
space:
mode:
authorJames Simmons <jsimmons@kozmo.(none)>2002-11-14 22:01:40 -0800
committerJames Simmons <jsimmons@kozmo.(none)>2002-11-14 22:01:40 -0800
commit962b64befd64f4ce98043a8e6418ae1321763505 (patch)
tree618684e15bc435183de7a4948e5010f3a68044ce /include/linux/console_struct.h
parent21324daa5199d1fea2a79aaa33ea8d6e53fc9ef3 (diff)
Moving over to console_font_op to get ride of struct display.
Diffstat (limited to 'include/linux/console_struct.h')
-rw-r--r--include/linux/console_struct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/console_struct.h b/include/linux/console_struct.h
index d86c16e96d11..153f71db1f38 100644
--- a/include/linux/console_struct.h
+++ b/include/linux/console_struct.h
@@ -27,6 +27,7 @@ struct vc_data {
unsigned char vc_halfcolor; /* Color for half intensity mode */
unsigned short vc_complement_mask; /* [#] Xor mask for mouse pointer */
unsigned short vc_hi_font_mask; /* [#] Attribute set for upper 256 chars of font or 0 if not supported */
+ struct console_font_op vc_font; /* Current VC font set */
unsigned short vc_video_erase_char; /* Background erase character */
unsigned short vc_s_complement_mask; /* Saved mouse pointer mask */
unsigned int vc_x, vc_y; /* Cursor position */