diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-30 12:31:23 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-30 12:31:23 +0200 |
commit | 03862852b128748358dcb39ce50600eef0ba1a71 (patch) | |
tree | d5052d02d7bb31a866d5829eb05cfaf9b35bfa59 /client/term.h | |
parent | 555e5d2c0ce77dd1e031690c98ec9a1366182347 (diff) |
use ncurses instead of poopy ui library
Diffstat (limited to 'client/term.h')
-rw-r--r-- | client/term.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/client/term.h b/client/term.h deleted file mode 100644 index 8212149..0000000 --- a/client/term.h +++ /dev/null @@ -1,6 +0,0 @@ -#pragma once - -/** set terminal to raw mode */ -void w2_term_raw_mode(); -/** set ui canvas props */ -void w2_term_props(); |