---
st.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/st.c b/st.c
index faaca74..f1b2d74 100644
--- a/st.c
+++ b/st.c
_AT_@ -1074,6 +1074,8 @@ treset(void) {
term.mode = MODE_WRAP;
tclearregion(0, 0, term.col-1, term.row-1);
+ tmoveto(0, 0);
+ tcursor(CURSOR_SAVE);
}
void
--
1.7.10.4
--C7zPtVaVf+AK4Oqc
Content-Type: text/x-diff; charset=utf-8
Content-Disposition: attachment; filename="0002-Add-DECOM-sequence.patch"
Received on Mon Sep 17 2001 - 00:00:00 CEST
This archive was generated by hypermail 2.3.0 : Wed Nov 07 2012 - 19:00:07 CET