nano

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

commit d402e71a2ff85334da741c736ef62f1c74e24699
parent 2e83a50e952da5c0bea15514a48ce841fb58e911
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon,  1 Nov 2004 22:37:36 +0000

document the help browser display fix


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

Diffstat:
MChangeLog | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -140,10 +140,12 @@ CVS code - - Rework to be a bit more flexible. Only add tabs for shortcut key entries if those entries exist, and if there's only one entry left but there's room for more than one, add enough tabs - to put that entry at the end. These changes allow e.g. the - miscellaneous meta key sequence to be displayed in a shortcut - that has a control key, a primary meta key sequence, and a - miscellaneous meta key sequence, but no function key. (DLR) + to put that entry at the end. Also, make sure a function key + is displayed in the middle if it's the first entry. These + changes allow e.g. the miscellaneous meta key sequence to be + displayed in a shortcut that has a control key, a primary meta + key sequence, and a miscellaneous meta key sequence, but no + function key. (DLR) - Update the help text to mention replacing and spell checking only selected text, and also add a few cosmetic fixes to it. (DLR)