Lines Matching defs:state
228 /* Obtain the tty_output_lock because the virtual window state is shared
260 /* Init keycode-to-vt100 mapper state. */
269 /* Init utf8-to-utf16 conversion state. */
273 /* Initialize eol conversion state */
276 /* Init ANSI parser state. */
338 /* Save the cursor size and the cursor state. */
545 screen state to undo the visual effect of the VK_RETURN */
1083 writes don't interfere with the screen state. It will be the ReadConsole
1095 /* Save screen state before sending the VK_RETURN event */
1294 /* Reset the cursor size and the cursor state. */
1693 * keep parsing the buffer so we leave the parser in a consistent state. */
1846 /* Sequence ended - go back to normal state. */
2068 /* Sequence ended - go back to normal state. */
2111 /* Inconsistent state */
2410 void uv_tty_set_vterm_state(uv_tty_vtermstate_t state) {
2413 uv__vterm_state = state;
2417 int uv_tty_get_vterm_state(uv_tty_vtermstate_t* state) {
2419 *state = uv__vterm_state;