Try a bit harder to reset colours back

This commit is contained in:
Přemysl Eric Janouch 2020-09-14 07:52:16 +02:00
parent 92d6337561
commit 5427dfb428
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 2 additions and 0 deletions

View File

@ -250,6 +250,8 @@ int main(int argc, char *argv[]) {
}
if (*bright_red_save)
comm(bright_red_save, false);
else
comm(OSC "104;9" BEL, false);
// Linux palette sequence, supported by e.g. pterm.
// We must take care to suffix it with an OSC terminator at least.