Lines Matching refs:state
233 /* Obtain the tty_output_lock because the virtual window state is shared
265 /* Init keycode-to-vt100 mapper state. */
274 /* Init utf8-to-utf16 conversion state. */
278 /* Initialize eol conversion state */
281 /* Init ANSI parser state. */
343 /* Save the cursor size and the cursor state. */
551 screen state to undo the visual effect of the VK_RETURN */
1094 writes don't interfere with the screen state. It will be the ReadConsole
1106 /* Save screen state before sending the VK_RETURN event */
1305 /* Reset the cursor size and the cursor state. */
1704 * keep parsing the buffer so we leave the parser in a consistent state. */
1857 /* Sequence ended - go back to normal state. */
2079 /* Sequence ended - go back to normal state. */
2122 /* Inconsistent state */
2443 void uv_tty_set_vterm_state(uv_tty_vtermstate_t state) {
2446 uv__vterm_state = state;
2450 int uv_tty_get_vterm_state(uv_tty_vtermstate_t* state) {
2452 *state = uv__vterm_state;