JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Removing unneeded comments.
authorChristoph Lohmann <20h@r-36.net>
Thu, 18 Apr 2013 04:41:54 +0000 (06:41 +0200)
committerChristoph Lohmann <20h@r-36.net>
Thu, 18 Apr 2013 04:41:54 +0000 (06:41 +0200)
st.c

diff --git a/st.c b/st.c
index fc07a46..9587886 100644 (file)
--- a/st.c
+++ b/st.c
@@ -1195,11 +1195,10 @@ treset(void) {
 
 void
 tnew(int col, int row) {
-       /* setting "zero" terminal to resize it later */
        memset(&term, 0, sizeof(Term));
        tresize(col, row);
        term.numlock = 1;
-       /* setup screen */
+
        treset();
 }