Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c28827 CONSOLE_SCREEN_BUFFER_INFO defaultScreenInfo; in printBold() local
28828 GetConsoleScreenBufferInfo(out, &defaultScreenInfo); in printBold()
28835 SetConsoleTextAttribute(out, defaultScreenInfo.wAttributes); in printBold()