init
This commit is contained in:
10
include/terminal.h
Normal file
10
include/terminal.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _TERMINAL_H_
|
||||
#define _TERMINAL_H_
|
||||
|
||||
|
||||
void enter_raw_mode();
|
||||
|
||||
void exit_raw_mode();
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user