diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-30 16:53:00 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-30 16:53:00 +0200 |
commit | 79f2164bb6fe1727be284e5208ae402379341009 (patch) | |
tree | 37c740231891d7e918a7c69c654fb1f813c0073a /client/setup.c | |
parent | b728a15887fa28cdd98d74017c4882d632d6e069 (diff) |
terminal drive control concept
Diffstat (limited to 'client/setup.c')
-rw-r--r-- | client/setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/setup.c b/client/setup.c index a7db057..50395e0 100644 --- a/client/setup.c +++ b/client/setup.c @@ -31,6 +31,8 @@ void w2_client_setup(int argc, char **argv) { exit(1); } noecho(); + curs_set(false); + nodelay(g_w2_ui_win, true); w2_strings_init(); w2_cmd_setup_handlers(); |