Searched refs:csbi (Results 1 – 1 of 1) sorted by relevance
432 CONSOLE_SCREEN_BUFFER_INFO csbi; in PrepareConsole() local433 GetConsoleScreenBufferInfo(GetStdHandle(STD_OUTPUT_HANDLE), &csbi); in PrepareConsole()434 consoleWidth_ = static_cast<unsigned int>(csbi.srWindow.Right - csbi.srWindow.Left + 1); in PrepareConsole()