|
CatapultServer
v0.5.0.1 (Elephant)
|
Classes | |
| class | CONSOLE_SCREEN_BUFFER_INFO |
Functions | |
| def | winapi_test () |
| def | GetConsoleScreenBufferInfo (stream_id=STDOUT) |
| def | SetConsoleTextAttribute (stream_id, attrs) |
| def | SetConsoleCursorPosition (stream_id, position, adjust=True) |
| def | FillConsoleOutputCharacter (stream_id, char, length, start) |
| def | FillConsoleOutputAttribute (stream_id, attr, length, start) |
| def | SetConsoleTitle (title) |
Variables | |
| int | STDOUT = -11 |
| int | STDERR = -12 |
| windll = LibraryLoader(ctypes.WinDLL) | |
| SetConsoleTextAttribute = lambda *_: None | |
| winapi_test = lambda *_: None | |
| COORD = wintypes._COORD | |
| _GetStdHandle | |
| argtypes | |
| restype | |
| _GetConsoleScreenBufferInfo = windll.kernel32.GetConsoleScreenBufferInfo | |
| _SetConsoleTextAttribute = windll.kernel32.SetConsoleTextAttribute | |
| _SetConsoleCursorPosition = windll.kernel32.SetConsoleCursorPosition | |
| _FillConsoleOutputCharacterA = windll.kernel32.FillConsoleOutputCharacterA | |
| _FillConsoleOutputAttribute = windll.kernel32.FillConsoleOutputAttribute | |
| _SetConsoleTitleW = windll.kernel32.SetConsoleTitleA | |
| dictionary | handles |
| def colorama.win32.FillConsoleOutputAttribute | ( | stream_id, | |
| attr, | |||
| length, | |||
| start | |||
| ) |
FillConsoleOutputAttribute( hConsole, csbi.wAttributes, dwConSize, coordScreen, &cCharsWritten )
| def colorama.win32.FillConsoleOutputCharacter | ( | stream_id, | |
| char, | |||
| length, | |||
| start | |||
| ) |
| def colorama.win32.GetConsoleScreenBufferInfo | ( | stream_id = STDOUT | ) |

| def colorama.win32.SetConsoleCursorPosition | ( | stream_id, | |
| position, | |||
adjust = True |
|||
| ) |

| def colorama.win32.SetConsoleTextAttribute | ( | stream_id, | |
| attrs | |||
| ) |
| def colorama.win32.SetConsoleTitle | ( | title | ) |
| def colorama.win32.winapi_test | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
| colorama.win32.argtypes |
| colorama.win32.COORD = wintypes._COORD |
| dictionary colorama.win32.handles |
| colorama.win32.restype |
| colorama.win32.SetConsoleTextAttribute = lambda *_: None |
| int colorama.win32.STDERR = -12 |
| int colorama.win32.STDOUT = -11 |
| colorama.win32.winapi_test = lambda *_: None |
| colorama.win32.windll = LibraryLoader(ctypes.WinDLL) |