From bf53c88433e4d25dff34d6715db1d491cb6ec116 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 13 Jul 2024 16:19:49 -0400 Subject: listbas: color_off() at end of print_string(). --- listbas.c | 1 + 1 file changed, 1 insertion(+) diff --git a/listbas.c b/listbas.c index ee6b764..5f045c6 100644 --- a/listbas.c +++ b/listbas.c @@ -370,6 +370,7 @@ void print_string(unsigned int pos, unsigned int len) { } if(color) color_on(color_op); outchr('"'); + if(color) color_off(); } CALLBACK(print_lineno) { -- cgit v1.2.3