mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-30 23:37:17 +03:00
Remove another unnecessary ; in palete reset escape sequence
Should fix #2779 for real.
This commit is contained in:
parent
a8347ed78b
commit
a8ea599372
@ -1252,7 +1252,7 @@ void NCursesUI::set_ui_options(const Options& options)
|
||||
|
||||
if (can_change_color() and m_change_colors != value)
|
||||
{
|
||||
fputs("\033]104;\007", stdout); // try to reset palette
|
||||
fputs("\033]104\007", stdout); // try to reset palette
|
||||
fflush(stdout);
|
||||
m_colorpairs.clear();
|
||||
m_colors = default_colors;
|
||||
|
Loading…
Reference in New Issue
Block a user