nano

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

commit 4840cb557fd16acad06c5a0202119753b9a9c7af
parent 295d172f2d4cb7f687819fbf69eba452e314de4b
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sat,  1 Jan 2005 07:55:15 +0000

get rid of the last remnant of the NO_UTF8 toggle that I erroneously
left in


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

Diffstat:
Msrc/global.c | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/global.c b/src/global.c @@ -1096,10 +1096,6 @@ void toggle_init(void) if (!ISSET(RESTRICTED)) toggle_init_one(TOGGLE_NOCONVERT_KEY, N_("No conversion from DOS/Mac format"), NO_CONVERT); -#ifdef NANO_WIDE - toggle_init_one(TOGGLE_NOUTF8_KEY, - N_("No conversion from UTF-8 format"), NO_UTF8); -#endif /* If we're using restricted mode, the backup toggle is disabled. * It's useless since backups are disabled. */ if (!ISSET(RESTRICTED))