X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=st.c;h=4c8d67f9155a63930c6de72bc98743b259d0d593;hb=b6cfff16254bb9014f27ff4c5c9e49953ee91735;hp=3c158c055e3e971299b84461778b94578b050d91;hpb=21a0c4a2e08ede1d04c472497db7d9aef644d00c;p=st.git diff --git a/st.c b/st.c index 3c158c0..4c8d67f 100644 --- a/st.c +++ b/st.c @@ -952,6 +952,7 @@ treset(void) { 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); } @@ -2433,9 +2434,9 @@ main(int argc, char *argv[]) { run: setlocale(LC_CTYPE, ""); + xinit(); tnew(80, 24); ttynew(); - xinit(); selinit(); run(); return 0;