nano

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

commit 45edf361a8e078e088b10840edd49a64f42435ca
parent 4c75faa211cce3a617afc12858920a11849438a2
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 14 Feb 2005 05:38:06 +0000

mention typo fix in changelog


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

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

diff --git a/ChangeLog b/ChangeLog @@ -196,6 +196,8 @@ CVS code - handle_sigwinch() - If the justify buffer isn't empty, blow it away and don't display "UnJustify" in the shortcut list anymore. (DLR) + usage() + - Typo fix. (DLR) do_wrap() - Make wrap_loc and word_back ssize_t's, to match fill. (DLR) break_line()