]> git.armaanb.net Git - st.git/blobdiff - st.c
General cleanup
[st.git] / st.c
diff --git a/st.c b/st.c
index 543c6150a6aeb5229d0995371166f367bd7a362d..75c3dd1039f9bdfe9d5051d4f8514c236c600ccf 100644 (file)
--- a/st.c
+++ b/st.c
@@ -1693,7 +1693,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);