nano

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

commit bcebe325f084ffecb4016d4199d1ef4552e9a142
parent 14bf80399fb476a28df7f3e2dc47a0a80d4f9a86
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sat, 22 May 2004 20:38:33 +0000

cosmetic fix


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

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

diff --git a/src/global.c b/src/global.c @@ -264,12 +264,12 @@ void toggle_init(void) toggle_backup_msg = _("Backing up file"); toggle_smooth_msg = _("Smooth scrolling"); toggle_smarthome_msg = _("Smart home key"); -#ifdef ENABLE_COLOR - toggle_syntax_msg = _("Color syntax highlighting"); -#endif #ifndef DISABLE_WRAPPING toggle_wrap_msg = _("Auto line wrap"); #endif +#ifdef ENABLE_COLOR + toggle_syntax_msg = _("Color syntax highlighting"); +#endif #ifdef ENABLE_MULTIBUFFER toggle_multibuffer_msg = _("Multiple file buffers"); #endif