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
This commit is contained in:
Chris Allegretta 2009-01-26 07:55:01 +00:00
parent d47d8cd450
commit 019998a877

View File

@ -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