nano

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

commit c9855a7e4677bed3b47d5cbf05a1808efd58f217
parent 9c2f7ab3419d67ac5e0a879d5934eb577013253d
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Fri,  9 Jun 2006 12:46:31 +0000

fix changelog entry


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

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

diff --git a/ChangeLog b/ChangeLog @@ -265,6 +265,9 @@ CVS code - (DLR, found by Benno Schulenberg) renumber() - Remove invalid assert. (DLR, found by Filipe Moreira) + do_suspend() + - Add an extra newline before "Use \"fg\" to return to nano". + (DLR) do_input() - Remove redundant check for allow_funcs' being TRUE when we get KEY_MOUSE. (DLR)