nano

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

commit 87397ba37bdd441d749b198680032fad8cc68b50
parent 391cef12c90cbad0541ea42489442f410e4139b8
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 17 Nov 2005 03:53:58 +0000

add missing documentation


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

Diffstat:
MChangeLog | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -144,7 +144,7 @@ CVS code - - Move to text.c, since it's an advanced text-based operation. (DLR) - nano.h: - - Readd MIN_EDITOR_COLS #define. (DLR) + - Readd MIN_EDITOR_COLS #define, set to 4. (DLR) - prompt.c: do_statusbar_input() - Fix misplaced break when handling NANO_VERBATIM_KEY. (DLR)