mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-26 12:01:43 +00:00
Dangit
This commit is contained in:
parent
f371bd0350
commit
f6293550dd
1 changed files with 3 additions and 1 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#include <stdio.h>
|
||||
#if !defined(_WIN32) && !defined(_WIN64)
|
||||
#include <sys/select.h>
|
||||
#include <unistd.h>
|
||||
#include <termios.h>
|
||||
#if !defined(_WIN32) && !defined(_WIN64)
|
||||
#include "linenoise/linenoise.h"
|
||||
#endif
|
||||
#include "djui/djui_console.h"
|
||||
|
|
@ -12,7 +12,9 @@
|
|||
|
||||
#define TERMINAL_BUFFER_SIZE 1024
|
||||
|
||||
#if !defined(_WIN32) && !defined(_WIN64)
|
||||
static struct linenoiseState sLinenoiseState;
|
||||
#endif
|
||||
static char sTerminalInput[TERMINAL_BUFFER_SIZE] = { 0 };
|
||||
static bool sTerminalInitialized = false;
|
||||
static bool sTerminalActive = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue