1 parent 8e97742 commit f773012Copy full SHA for f773012
1 file changed
kermit/k95/ckoco3.c
@@ -11291,6 +11291,11 @@ doreset(int x) { /* x = 0 (soft), nonzero (hard) */
11291
if ( !VscrnIsClear(VTERM, p)) {
11292
clrpage(VTERM,SP,p);
11293
}
11294
+#ifdef KUI
11295
+ /* Erase ruled lines - these are normally perserved when the
11296
+ * screen is cleared */
11297
+ decerlbra_escape(1, 1, tt_cols[VTERM], tt_rows[VTERM]);
11298
+#endif /* KUI */
11299
11300
lgotoxy(VTERM,1,1); /* and home the cursor */
11301
0 commit comments