tb Reset any colors after running an app

This commit is contained in:
2025-10-08 19:04:03 +02:00
parent 49cebd277c
commit 3830af45c8

View File

@ -139,6 +139,7 @@ void do_mode_interactive(void) {
if (cursor < LINEBUF_MAX) {
linebuf[cursor] = '\0';
}
uprintf(ANSIQ_GR_RESET);
uprintf("\n");
InterpResult *res;
if (!interp_runstring(linebuf, &res, CONFIG.logcmds, CONFIG.mode == MODE_INTERACTIVE)) {