]> git.wh0rd.org Git - nano.git/commit
miscellaneous high-level input routine fixes: in do_statusbar_input(),
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 11 Jan 2005 23:05:05 +0000 (23:05 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 11 Jan 2005 23:05:05 +0000 (23:05 +0000)
commitcac0293bce6feb61f64b686576dbb786f6141294
tree9feb6236904fda9c89ffcabfa9480e84edce6b9c
parent577298a3f93a358cd4120df78539537717342c0f
miscellaneous high-level input routine fixes: in do_statusbar_input(),
indicate when we run a normal shortcut's associated function with the
ran_func parameter, reset the statusbar cursor position when we do, and
don't call print_view_warning() when we try to run a function not
allowed in view mode; also apply the first of these changes to
do_input() so that both the edit window and statusbar routines are in
sync again

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2246 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
src/nano.c
src/proto.h
src/winio.c