nano

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

commit 019998a877f573e9f58bc3fa38b89e8342d7fbea
parent d47d8cd450f32b9cdbf9225237bd39632548fc6b
Author: Chris Allegretta <chrisa@asty.org>
Date:   Mon, 26 Jan 2009 07:55:01 +0000

Fix reset_multis undefined call when not using color.  



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

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

diff --git a/src/nano.c b/src/nano.c @@ -1705,7 +1705,9 @@ void do_output(char *output, size_t output_len, bool allow_cntrls) openfile->placewewant = xplustabs(); +#ifdef ENABLE_COLOR reset_multis(openfile->current); +#endif if (do_refresh) edit_refresh(); else