Fix the ANSI SGR export
This commit is contained in:
parent
a49113ae68
commit
98a5fcaac2
|
@ -382,6 +382,9 @@ export_ansi (app_context_t *app)
|
|||
color = new_color;
|
||||
fputc (' ', fp);
|
||||
}
|
||||
|
||||
// We need to reset the attributes
|
||||
fputs (color_to_ansi (0), fp);
|
||||
fputc ('\n', fp);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue