Move prompt functions to terminal.c
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user