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-d3aeb78583b8master
parent
d47d8cd450
commit
019998a877
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue