Commit 019998a8 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

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
Showing with 2 additions and 0 deletions
+2 -0
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment