Browse Source

Change main event loop to use label/goto

Save a level of nesting and mental bookkeeping. The control flow was
already jumping within and outside of the loop, so we aren't making this
any more complicated than it already was -- in fact, it's more simple,
because now we also don't have to remember that we're in a 'for' loop.
master
cancel 5 years ago
parent
commit
8362d2862d
  1. 984
      tui_main.c

984
tui_main.c

File diff suppressed because it is too large
Loading…
Cancel
Save