aboutsummaryrefslogtreecommitdiff
path: root/unix/sun/gterm.h
blob: 121587ae2f13b4f943278569d0fcd4622c52657c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* GTERM.H -- Global definitions for GTERM.
 */
#define	CURSOR_OFF		3	/* turn cursor off entirely	*/
#define	CURSOR_ON		4	/* turn it back on		*/

#define	GRAPHICS_OFF		0
#define	GRAPHICS_ON		1
#define	GRAPHICS_DISCARD	2


struct	fonttab {		/* Gterm font descriptor. */
	short	pointsize;
	char	ch_xsize, ch_ysize;
	short	win_xsize, win_ysize;
	struct	pixfont *pixfont;
	char	*path;
	char	*label;
};