Ruby
2.0.0p594(2014-10-27revision48167)
|
Data Fields | |
struct { | |
int state | |
int seq [16] | |
WORD attr | |
COORD saved | |
} | vt100 |
WORD constat::attr |
Definition at line 591 of file win32.c.
Referenced by constat_apply(), constat_attr(), and constat_handle().
COORD constat::saved |
Definition at line 592 of file win32.c.
Referenced by constat_apply(), and constat_handle().
int constat::seq[16] |
Definition at line 590 of file win32.c.
Referenced by constat_apply(), and constat_parse().
int constat::state |
Definition at line 590 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().