MCPcopy Index your code
hub / github.com/RustPython/RustPython / CONSOLE_SCREEN_BUFFER_INFO

Class CONSOLE_SCREEN_BUFFER_INFO

Lib/_pyrepl/windows_console.py:493–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491
492# Windows interop
493class CONSOLE_SCREEN_BUFFER_INFO(Structure):
494 _fields_ = [
495 ("dwSize", _COORD),
496 ("dwCursorPosition", _COORD),
497 ("wAttributes", WORD),
498 ("srWindow", SMALL_RECT),
499 ("dwMaximumWindowSize", _COORD),
500 ]
501
502
503class CONSOLE_CURSOR_INFO(Structure):

Callers 3

screen_xyMethod · 0.85
getheightwidthMethod · 0.85
_getscrollbacksizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected