Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/cl/
H A Dcl.h18 typedef struct _cl_private { struct
19 char ibuf[256]; /* Input keys. */
21 size_t skip; /* Remaining keys. */
23 CONVWIN cw; /* Conversion buffer. */
25 int eof_count; /* EOF count. */
27 struct termios orig; /* Original terminal values. */
28 struct termios ex_enter;/* Terminal values to enter ex. */
29 struct termios vi_enter;/* Terminal values to enter vi. */
31 char *el; /* Clear to EOL terminal string. */
32 char *cup; /* Cursor movement terminal string. */
[all …]