Whamcloud - gitweb
Fix up ncurses interface so that it handles resizes correctly.
authorTheodore Ts'o <tytso@mit.edu>
Mon, 13 May 2002 11:53:11 +0000 (07:53 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 13 May 2002 11:53:11 +0000 (07:53 -0400)
commit5e941d2979aeab97929de6c0682425dead3bae74
tree4463eb9ba0b0d31475b88b2953327610ef885f64
parent7c36779aebf962d44ce9f320efd40658a44ff063
Fix up ncurses interface so that it handles resizes correctly.

Removed the readline library (still available using if HAVE_READLINE is defined)
since it really doesn't play well with ncurses.  The only real feature it added
was command completion, and it didn't really handle it completely correctly anyway.
(If readline printed a completion list, it completely screwed up the screen.)

We now use the wgetch ncurses interface to get input; this allows the PGDN and PGUP
keys to work correctly, and also helped fix up the resizing logic.
ext2ed/ChangeLog
ext2ed/Makefile.in
ext2ed/README
ext2ed/general_com.c
ext2ed/init.c
ext2ed/main.c
ext2ed/win.c