summaryrefslogtreecommitdiffstats
path: root/mbbsd/stuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/stuff.c')
-rw-r--r--mbbsd/stuff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/stuff.c b/mbbsd/stuff.c
index bc7a5ef0..95030ce6 100644
--- a/mbbsd/stuff.c
+++ b/mbbsd/stuff.c
@@ -416,6 +416,7 @@ show_file(const char *filename, int y, int lines, int mode)
while (fgets(buf, sizeof(buf), fp) && lines--)
outs(Ptt_prints(buf, sizeof(buf), mode));
fclose(fp);
+ outs(ANSI_RESET); // prevent some broken Welcome file
} else
return 0;
return 1;