mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-25 22:29:42 +03:00
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:
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
Block a user