From: Chris Allegretta Date: Mon, 26 Jan 2009 07:55:01 +0000 (+0000) Subject: Fix reset_multis undefined call when not using color. X-Git-Tag: v2.1.8~17 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=019998a877f573e9f58bc3fa38b89e8342d7fbea;p=nano.git 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 --- diff --git a/src/nano.c b/src/nano.c index 1eff99e0..752b9662 100644 --- 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