nano

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

commit e5e6d9b69604c5907f8b00b36fa87bd582847709
parent 98332d40dcf639ee70d31e2482f563dfacf73274
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sat, 26 Aug 2006 15:16:28 +0000

remove now-unneeded entry


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

Diffstat:
MTODO | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/TODO b/TODO @@ -15,10 +15,6 @@ For the next version: - Allow conversion between different character sets. Maybe use glib's iconv() if the system's iconv() is inadequate, since we already use glib's vsnprintf() if the system lacks vsnprintf()? -- Properly preserve the cursor position when going from the "Read File" - or "Save File As" prompt to the file browser to the "Go To Directory" - prompt, and then canceling back to the "Read File" or "Save File As" - prompt. - Handle window resizes better. After we resize, we should stay wherever we were before we resized, as Pico does. - Fix problems with color syntaxes' highlighting lines too aggressively.