Skip to content
Snippets Groups Projects
Commit 3c234b5f authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

ANSI mode isn't just for Windows

parent 45a040bc
No related branches found
No related tags found
No related merge requests found
Pipeline #6924 passed
...@@ -70,9 +70,11 @@ static int force_move=1; ...@@ -70,9 +70,11 @@ static int force_move=1;
static DWORD orig_in_mode; static DWORD orig_in_mode;
static DWORD orig_out_mode; static DWORD orig_out_mode;
#ifdef _WIN32
static CONSOLE_SCREEN_BUFFER_INFOEX orig_sbiex = { static CONSOLE_SCREEN_BUFFER_INFOEX orig_sbiex = {
.cbSize = sizeof(CONSOLE_SCREEN_BUFFER_INFOEX), .cbSize = sizeof(CONSOLE_SCREEN_BUFFER_INFOEX),
}; };
#endif
/* Control sequence table definitions. */ /* Control sequence table definitions. */
typedef struct typedef struct
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment