mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 04:41:21 +03:00
Deleting a no-op.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5769 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
51743233ed
commit
5fe838b072
@ -5,6 +5,7 @@
|
||||
* src/search.c (findnextstr): Provide feedback when searching takes
|
||||
longer than roughly half a second (on average).
|
||||
* src/*.c: Remove the 'last_replace' variable that is never used.
|
||||
* src/winio.c (parse_kbinput): Delete a no-op.
|
||||
|
||||
2016-03-23 Benno Schulenberg <bensberg@justemail.net>
|
||||
* src/search.c (findnextstr): Prevent the internal spell checker from
|
||||
|
@ -632,11 +632,6 @@ int parse_kbinput(WINDOW *win)
|
||||
case KEY_RESIZE:
|
||||
retval = ERR;
|
||||
break;
|
||||
#endif
|
||||
#ifndef NANO_TINY
|
||||
case KEY_WINCH:
|
||||
retval = KEY_WINCH;
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user