Code

keyboard: call wgetch() on main window
authorMax Kellermann <max.kellermann@gmail.com>
Mon, 20 Mar 2017 10:28:21 +0000 (11:28 +0100)
committerMax Kellermann <max.kellermann@gmail.com>
Mon, 20 Mar 2017 11:19:47 +0000 (12:19 +0100)
commite79707f956f639af800abe2180f15d3ac3107d58
tree8d2180caa4fa28760d411111d06e724a5792b664
parent42947fa12f82681e2b7062ab3b9c5aacc1b203cf
keyboard: call wgetch() on main window

This erases all the windows, and requires them to repaint.  Strangely,
ncurses does this only in color mode.  Anyway, this greatly reduces
the amount of data transferred to stdout, and fixes the flickering
problems.
NEWS
src/keyboard.c