patch-1.3.3 linux/include/linux/vt.h

Next file: linux/kernel/ksyms.c
Previous file: linux/include/linux/tty.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.2/linux/include/linux/vt.h linux/include/linux/vt.h
@@ -39,4 +39,14 @@
 };
 #define VT_RESIZE	0x5609	/* set kernel's idea of screensize */
 
+struct vt_consize {
+        ushort v_rows;		/* number of rows */
+	ushort v_cols;		/* number of columns */
+	ushort v_vlin;		/* number of pixel rows on screen */
+	ushort v_clin;		/* number of pixel rows per character */
+	ushort v_vcol;		/* number of pixel columns on screen */
+	ushort v_ccol;		/* number of pixel columns per character */
+};
+#define VT_RESIZEX      0x560A  /* set kernel's idea of screensize + more */
+
 #endif /* _LINUX_VT_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this