aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2013-04-18 06:41:54 +0200
committerChristoph Lohmann <20h@r-36.net>2013-04-18 06:41:54 +0200
commit3ae02990648447ec3252b42f5b64e18818c19fd8 (patch)
tree14052b7a6be590ef39bcd9a407a8b4266116a910
parentfed9968ba5d3c6874f73517b261968746d36801e (diff)
downloadst-3ae02990648447ec3252b42f5b64e18818c19fd8.tar.gz
st-3ae02990648447ec3252b42f5b64e18818c19fd8.tar.bz2
Removing unneeded comments.
-rw-r--r--st.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/st.c b/st.c
index fc07a46..9587886 100644
--- 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();
}