diff options
| author | aycabta <aycabta@gmail.com> | 2019-08-29 20:59:29 +0900 |
|---|---|---|
| committer | aycabta <aycabta@gmail.com> | 2019-08-29 21:03:44 +0900 |
| commit | b74dd665c0e9558f355cbe1a625beb444c2a2ab4 (patch) | |
| tree | 2abd4d8653763e43211194ea0502bf73343875e5 /include/ruby/debug.h | |
| parent | a4a19b114ba94b8f28d5a91aee5d595a516006d5 (diff) | |
CONSOLE_SCREEN_BUFFER_INFO is 22bytes
typedef struct _CONSOLE_SCREEN_BUFFER_INFO {
COORD dwSize; // 4(SHORT X, Y)
COORD dwCursorPosition; // 4
WORD wAttributes; // 2
SMALL_RECT srWindow; // 8(SHORT Left, Top, Right, Bottom)
COORD dwMaximumWindowSize; // 4
} CONSOLE_SCREEN_BUFFER_INFO;
Diffstat (limited to 'include/ruby/debug.h')
0 files changed, 0 insertions, 0 deletions
