]> git.neil.brown.name Git - edlib.git/commit
separate keyboard-input state into separate module.
authorNeilBrown <neil@brown.name>
Thu, 3 Dec 2015 21:51:06 +0000 (08:51 +1100)
committerNeilBrown <neil@brown.name>
Wed, 9 Dec 2015 09:02:50 +0000 (20:02 +1100)
commit0760c5a0e9afa1d93165ae3466ce1cc4859bf227
treef00777e98933ba1b3750079925b20c6f5fc6cdac
parente54091dc041a6918173af8daa1e54fcf78bb94e9
separate keyboard-input state into separate module.

This localises the concept and makes it possible to access
the state by sending commands.

Signed-off-by: NeilBrown <neil@brown.name>
Makefile
core-pane.c
core.h
display-ncurses.c
edlib.c
lib-input.c [new file with mode: 0644]
lib-messageline.c