diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-29 22:34:19 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-29 22:34:19 +0200 |
commit | 87d8b0ceb349e101b693cf43336a98647f4b92dc (patch) | |
tree | 6089767f348807710d59c326e6e062b904e85668 /client/setup.c | |
parent | 2c591a5e97ad9f354844d3d2b04a4190f9c6fc1f (diff) |
garbage ui functions + janky status bar
Diffstat (limited to 'client/setup.c')
-rw-r--r-- | client/setup.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/setup.c b/client/setup.c index 2e8cce7..5eb6c13 100644 --- a/client/setup.c +++ b/client/setup.c @@ -6,6 +6,7 @@ #include "commands.h" #include "serial.h" #include "setup.h" +#include "term.h" // pointers for endianness check static const uint16_t _test = 1; @@ -23,6 +24,8 @@ void w2_client_setup(int argc, char **argv) { exit(1); } + w2_term_raw_mode(); + w2_cmd_setup_handlers(); w2_send_info(); |