]> git.wh0rd.org Git - nano.git/commit
revert some attempts at simplifying the search/replace history code that
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 2 May 2005 21:48:34 +0000 (21:48 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 2 May 2005 21:48:34 +0000 (21:48 +0000)
commit6bc26a9a8bb745499ec5ce7a12bb812cbcceed5e
tree2971ca6a6ca634dfe9d082b7d9124bbd9ae91014
parent198bd592ffad02198b2d7f88707572ce3e365c84
revert some attempts at simplifying the search/replace history code that
were causing breakage; make "previous history" and "next history" use
separate keys; and display them as "^P" and "^N" instead of using one
sentinel value for both, so that clicking on them with the mouse works
again

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