Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c18987 CONSOLE_SCREEN_BUFFER_INFO defaultScreenInfo; in printBold() local
18988 GetConsoleScreenBufferInfo(out, &defaultScreenInfo); in printBold()
18995 SetConsoleTextAttribute(out, defaultScreenInfo.wAttributes); in printBold()