- Replace the halfdelay() using function by the simulated frame one.
authorMatthew Mondor <mmondor@pulsar-zone.net>
Mon, 10 Apr 2023 17:48:00 +0000 (17:48 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Mon, 10 Apr 2023 17:48:00 +0000 (17:48 +0000)
commit1d017b76a83d605813b1182d3ba1fbcc9d713a2f
tree81db66f1398da83aec81c24fb09d8588d6d68d66
parent69b705f427ab7a16c377a1fe8ed174d24095c158
- Replace the halfdelay() using function by the simulated frame one.
- Build and test against curses vs ncurses, better performance was
  achieved for me using it, versus using the ncurses port that
  poll(2)ed excessively long even with timeout(0).  This seems to
  be fine on ncurses that is native on Linux systems.  Thus, use
  X/Open standard curses.h instead of ncurses.h that works on both.
- Remove explicit cursor displacement code now that its visibility
  is hidden with curs_set().  Theoretically curses should also do
  this transparently with leaveok().
src/draw.cpp
src/main.cpp
src/mishaps.cpp
src/radar_plot.cpp