Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-tty-escape-sequence-processing.c87 WORD default_attr; member
101 si->default_attr = si->csbi.wAttributes; in get_screen_info()
197 tty_out->handle, si->default_attr, length, origin, &number_of_written); in clear_screen()
1083 fg_attrs[8][1] = expect.si.default_attr & FOREGROUND_WHITE; in TEST_IMPL()
1084 bg_attrs[0][1] = expect.si.default_attr & BACKGROUND_WHITE; in TEST_IMPL()
1092 attr = (expect.si.default_attr & ~FOREGROUND_WHITE) | fg_attrs[i][1]; in TEST_IMPL()
1111 attr = (expect.si.default_attr & ~BACKGROUND_WHITE) | bg_attrs[i][1]; in TEST_IMPL()
1131 attr = expect.si.default_attr & ~FOREGROUND_WHITE & ~BACKGROUND_WHITE; in TEST_IMPL()
1156 attr = expect.si.default_attr; in TEST_IMPL()
1187 attr = expect.si.default_attr; in TEST_IMPL()
[all …]

Completed in 13 milliseconds