Archived
1
0

minor changes

This commit is contained in:
Erick
2022-02-06 00:49:55 +01:00
parent 731c7aaccd
commit b438c7a97f
4 changed files with 6 additions and 16 deletions
+3 -1
View File
@@ -4,6 +4,8 @@
Open-source software distributed under MIT license
*/
#define __UNIX
#include "includes.h"
#include "registers.h"
@@ -370,4 +372,4 @@ int main(int argc, const char* argv[]) {
}
}
restore_input_buffering(); //restore terminal settings when shutdown
}
}