nano

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

commit ae4c3a62060bb9dd1fd7d5e8b61766fdc7f6087f
parent 95ef337b1abc9edff22e71841b81b88562c92b37
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue, 20 Sep 2005 19:46:39 +0000

cosmetic fixes


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

Diffstat:
MChangeLog | 5+++--
Msrc/text.c | 2+-
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -196,8 +196,9 @@ CVS code - - global.c: shortcut_init() - Simplify wording of nano_gotoline_msg. (Jordi and Ken Tyler) - - Clarify wording of nano_wordcount_msg, as it won't go through - the entire file if the mark is on. (DLR) + - Clarify wording of nano_wordcount_msg, as it will only go + through the marked portions of the file if the mark is on. + (DLR) - move.c: do_first_line(), do_last_line() - Simplify by only using edit_redraw(), and also make them call diff --git a/src/text.c b/src/text.c @@ -44,7 +44,7 @@ static bool same_line_wrap = FALSE; #endif #ifndef DISABLE_JUSTIFY static filestruct *jusbottom = NULL; - /* Pointer to end of justify buffer. */ + /* Pointer to the end of the justify buffer. */ #endif #ifndef NANO_SMALL