Searched defs:vt100base_data (Results 1 – 1 of 1) sorted by relevance
31 struct vt100base_data { struct32 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 …]