X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=st.c;h=65a0cb61197400aa7dbb79a4ff42a261bad1423f;hb=0b507bb73138c636fd0ad6f2321624aae1346d58;hp=543c6150a6aeb5229d0995371166f367bd7a362d;hpb=403c57ebb5b3745ff93e49b87e526c49dc59a5b9;p=st.git diff --git a/st.c b/st.c index 543c615..65a0cb6 100644 --- a/st.c +++ b/st.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include @@ -1693,7 +1694,6 @@ csihandle(void) tputtab(csiescseq.arg[0]); break; case 'J': /* ED -- Clear screen */ - selclear(); switch (csiescseq.arg[0]) { case 0: /* below */ tclearregion(term.c.x, term.c.y, term.col-1, term.c.y);