mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-10 13:09:55 +02:00
Media/Themes/Umami: Reset bold attribute when setting normal values in @umami_terminal_ctrl_seq_sgr()
This commit is contained in:
@@ -228,6 +228,7 @@ U0 @umami_terminal_ctrl_seq_sgr(Window* win, TerminalWidget* widget)
|
||||
val = Str2I64(argv[i]);
|
||||
switch (val) {
|
||||
case 0:
|
||||
widget->attr.bold = FALSE;
|
||||
widget->color.background = Color(0, 0, 0);
|
||||
widget->color.foreground = Color(217, 217, 217);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user