Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/cl/
H A Dcl.h18 typedef struct _cl_private { struct
19 CHAR_T ibuf[256]; /* Input keys. */
21 int eof_count; /* EOF count. */
29 char *cuu1; /* Cursor up terminal string. */
30 char *rmso, *smso; /* Inverse video terminal strings. */
31 char *smcup, *rmcup; /* Terminal start/stop strings. */
38 struct sigaction oact[INDX_MAX];
40 enum { /* Tty group write mode. */
41 TGW_UNKNOWN=0, TGW_SET, TGW_UNSET } tgw;
44 TE_SENT=0, TI_SENT } ti_te;
[all …]