nano

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

commit 7ecc435f5aa91e4826defdf42d235ee2cd071b57
parent 1e328fbd723a1c58542d7e10f7a9a4d91006ef26
Author: Robert Siemborski <rjs3@andrew.cmu.edu>
Date:   Sat,  8 Jul 2000 05:15:45 +0000

bring up to date with project


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

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

diff --git a/TODO b/TODO @@ -1,14 +1,19 @@ TODO file (? means the feature may be implemented, but not definitely) ----------------------------------------------------------------------------- +Current Version: - Implement Spelling [DONE, mostly...] - Implement Help [DONE] - Internationalization [In progress, translators welcome!] - Allow nano to be resized in X. [DONE] -- Color syntax highlighting? (certainly seems like there's a demand for it.) - On page up/down, put the cursor on the first line (like Pico), not the center line [DONE] +- Rewrite edit_refresh, if at all possible [DONE] +- Implement justify function [DONE] +- Cut to end of line + +For Next Version: - Undo/Redo key? - single line scroll up/down? -- Rewrite edit_refresh, if at all possible [In progress] -- Implement justify function [DONE] +- Color syntax highlighting? (certainly seems like there's a demand for it.) +- .nanorc ?????