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