summaryrefslogtreecommitdiff
path: root/main/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/term.c')
-rw-r--r--main/term.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/term.c b/main/term.c
index a19c1f144..cf21719ae 100644
--- a/main/term.c
+++ b/main/term.c
@@ -311,8 +311,7 @@ const char *ast_term_color(int fgcolor, int bgcolor)
const char *ast_term_reset(void)
{
if (ast_opt_force_black_background) {
- static const char reset[] = { ESC, '[', COLOR_BLACK + 10, 'm', 0 };
- return reset;
+ return enddata;
} else {
return quitdata;
}