This commit is contained in:
2026-03-02 08:09:02 +13:00
commit cdd88973dc
11 changed files with 1434 additions and 0 deletions

10
include/terminal.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef _TERMINAL_H_
#define _TERMINAL_H_
void enter_raw_mode();
void exit_raw_mode();
#endif