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 // 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.) // little more work on each individual platform (Linux, Mac, etc.)
for (;;) { for (;;) {
key = getch(); key = wgetch(stdscr);
if (key != ERR) if (key != ERR)
break; break;
sleep(0); sleep(0);

Loading…
Cancel
Save