Searched refs:new_attributes (Results 1 – 1 of 1) sorted by relevance
1581 WORD new_attributes; in uv__tty_restore_state() local1605 new_attributes = info.wAttributes; in uv__tty_restore_state()1606 new_attributes &= ~(FOREGROUND_INTENSITY | BACKGROUND_INTENSITY); in uv__tty_restore_state()1607 new_attributes |= handle->tty.wr.saved_attributes; in uv__tty_restore_state()1609 if (!SetConsoleTextAttribute(handle->handle, new_attributes)) { in uv__tty_restore_state()
Completed in 12 milliseconds