Home
last modified time | relevance | path

Searched refs:COMMON_LVB_REVERSE_VIDEO (Results 1 – 2 of 2) sorted by relevance

/libuv/src/win/
H A Dtty.c28 #ifndef COMMON_LVB_REVERSE_VIDEO
29 # define COMMON_LVB_REVERSE_VIDEO 0x4000 macro
335 if (uv_tty_default_text_attributes & COMMON_LVB_REVERSE_VIDEO) in uv__tty_capture_initial_style()
1493 if ((info.wAttributes & COMMON_LVB_REVERSE_VIDEO) > 0) { in uv__tty_set_style()
1529 info.wAttributes |= COMMON_LVB_REVERSE_VIDEO; in uv__tty_set_style()
1531 info.wAttributes &= ~COMMON_LVB_REVERSE_VIDEO; in uv__tty_set_style()
1535 if ((info.wAttributes & COMMON_LVB_REVERSE_VIDEO) > 0) { in uv__tty_set_style()
/libuv/test/
H A Dtest-tty-escape-sequence-processing.c1214 attr |= COMMON_LVB_REVERSE_VIDEO; in TEST_IMPL()

Completed in 14 milliseconds