--- st.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -r b9b4152ff76e -r 6520428484cc st.c --- a/st.c Mon Sep 24 10:24:36 2012 +0200 +++ b/st.c Mon Sep 24 10:26:50 2012 +0200 _AT_@ -952,6 +952,7 @@ term.tabs[i] = 1; term.top = 0, term.bot = term.row - 1; term.mode = MODE_WRAP; + xclear(0, 0, xw.w, xw.h); tclearregion(0, 0, term.col-1, term.row-1); } _AT_@ -2433,9 +2434,9 @@ run: setlocale(LC_CTYPE, ""); + xinit(); tnew(80, 24); ttynew(); - xinit(); selinit(); run(); return 0;Received on Mon Sep 24 2012 - 10:32:05 CEST
This archive was generated by hypermail 2.3.0 : Mon Sep 24 2012 - 10:36:09 CEST