nano

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

commit 6d39f4ba662946bd62144bbdde626f1903f04114
parent 5ebd73f9a5d1655089df429b9bf0e16eb36fece6
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sat, 14 May 2005 21:19:15 +0000

document a renamed variable


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

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

diff --git a/ChangeLog b/ChangeLog @@ -35,6 +35,8 @@ CVS code - - Move the "Refresh" and "Exit" shortcuts to the beginning of the help browser shortcut list, for consistency. (DLR) - nano.c: + copy_filestruct() + - Rename variable prev to copy to avoid confusion. (DLR) print1opt_full() - If desc should be empty, allow it to be NULL instead of "", since the latter is not necessarily translated as "".