nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 217f241be5fdd6fc388e9921e127470455ea34e2
parent 11846fa57692e8e511876bea45ee16b4a1af7bda
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Fri, 27 May 2005 03:57:01 +0000

document bool fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2559 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -55,6 +55,8 @@ CVS code - long instead of an unsigned int. (DLR) cwd_tab_completion(), browser_init() - Rename variable next to nextdir to avoid confusion. (DLR) + input_tab() + - Since list is a bool, assign it FALSE instead of 0. (DLR) do_browser() - Don't treat NANO_CANCEL_KEY as NANO_EXIT_KEY anymore, for consistency. (DLR)