Move prompt functions to terminal.c

This commit is contained in:
jsteube
2016-09-11 10:39:19 +02:00
parent 7f1ecc7cb7
commit 5126a86907
3 changed files with 191 additions and 200 deletions
+4
View File
@@ -9,6 +9,7 @@
#define _TERMINAL_H
#include <stdio.h>
#include <string.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
@@ -26,6 +27,9 @@
#define QUIET 0
void send_prompt ();
void clear_prompt ();
#if defined (_WIN)
void SetConsoleWindowSize (const int x);
#endif