diff options
-rw-r--r-- | autistdraw.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autistdraw.c b/autistdraw.c index 4f1b6e4..191570a 100644 --- a/autistdraw.c +++ b/autistdraw.c @@ -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); } |