Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp623 CONSOLE_SCREEN_BUFFER_INFO screen_buffer_info; in PrintAsync() local
625 GetConsoleScreenBufferInfo(console_handle, &screen_buffer_info); in PrintAsync()
626 COORD coord = screen_buffer_info.dwCursorPosition; in PrintAsync()