Home
last modified time | relevance | path

Searched defs:vt100base_data (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/wscons/
H A Dvt100_base.h31 struct vt100base_data { struct
32 const struct wsdisplay_emulops *emulops;
33 void *emulcookie;
34 int scrcapabilities;
35 u_int nrows, ncols, crow, ccol;
36 struct wsdisplay_msgattrs msgattrs;
37 long defattr; /* default attribute */
39 void *cbcookie;
41 int flags;
51 long curattr, bkgdattr; /* currently used attribute */
[all …]