Browse Source

Cleanup

master
cancel 6 years ago
parent
commit
7960e80981
  1. 2
      tui_main.c

2
tui_main.c

@ -504,7 +504,7 @@ int main(int argc, char** argv) {
// are better ways to do this that waste less CPU, but they require doing a
// little more work on each individual platform (Linux, Mac, etc.)
for (;;) {
key = getch();
key = wgetch(stdscr);
if (key != ERR)
break;
sleep(0);

Loading…
Cancel
Save