Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c36319 CONSOLE_SCREEN_BUFFER_INFO defaultScreenInfo; in printBold() local
36320 GetConsoleScreenBufferInfo(out, &defaultScreenInfo); in printBold()
36325 SetConsoleTextAttribute(out, defaultScreenInfo.wAttributes); in printBold()