Data Fields | |
| struct { | |
| int state | |
| int seq [16] | |
| WORD attr | |
| COORD saved | |
| } | vt100 |
Definition at line 602 of file win32.c.
| WORD constat::attr |
Definition at line 605 of file win32.c.
Referenced by constat_apply(), and constat_handle().
| COORD constat::saved |
Definition at line 606 of file win32.c.
Referenced by constat_apply(), and constat_handle().
| int constat::seq[16] |
Definition at line 604 of file win32.c.
Referenced by constat_apply(), and constat_parse().
| int constat::state |
Definition at line 604 of file win32.c.
Referenced by constat_apply(), constat_handle(), constat_parse(), and constat_reset().
| struct { ... } constat::vt100 |
Referenced by constat_apply(), constat_handle(), constat_parse(), and constat_reset().
1.6.1