nano

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

commit 6cca33745c6732c76c5f8ec693a68591fb12f99d
parent 96dce264019931944e1ef5101c2987d39aad3598
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue,  6 Jun 2006 19:42:22 +0000

wording fix


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

Diffstat:
MTODO | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/TODO b/TODO @@ -21,9 +21,9 @@ For the next version: e.g. specify a different alternate spell checker depending on which file type we have open. - Allow text searches in the help browser. -- Allow setting marks ("nanodes", not to be confused with the mark set - via Ctrl-^) at various lines and/or columns in the buffer, and allow - movement between them with a single keystroke. +- Allow setting marks (saved positions, not to be confused with the mark + set via Ctrl-^) at various lines and/or columns in the buffer, and + allow movement between them with a single keystroke. - Add the ability to move to different lines of the screen with a single keystroke, e.g. M-` to go to the top line, M-& to go to the center line, and M-' to go to the last line.