Code

removed KEY_RESIZE
authorMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 12:28:43 +0000 (14:28 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 12:28:43 +0000 (14:28 +0200)
commit0ae851aa39de5dfdf6b97c3e774aa322c820f410
treee96335f74369573b256f3ef65166324f5bab3d42
parentb64329b9942d2315dd968264e92a51d63a135a77
removed KEY_RESIZE

Since we are handling SIGWINCH, we do not need to handle KEY_RESIZE
from ncurses.  Remove it.
src/command.c
src/screen_file.c
src/screen_keydef.c
src/wreadln.c