Code

removed my_wgetch(), switch to wgetch()
authorMax Kellermann <max@duempel.org>
Mon, 6 Oct 2008 12:32:29 +0000 (14:32 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 6 Oct 2008 12:32:29 +0000 (14:32 +0200)
commit62e8aa21abca6ff635268aa8723443b973354a14
tree344d724596fe195e05fceaa748207d7c1855e4e0
parent07df83b7b074106ae391187feffba570748e990f
removed my_wgetch(), switch to wgetch()

There are no special cases left for my_wgetch() to handle.  We can
remove it and use the original wgetch() instead.
src/command.c
src/command.h
src/screen.c
src/screen_utils.c
src/wreadln.c
src/wreadln.h