diff options
author | Christoph Lohmann <20h@r-36.net> | 2013-04-18 06:41:54 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2013-04-18 06:41:54 +0200 |
commit | 3ae02990648447ec3252b42f5b64e18818c19fd8 (patch) | |
tree | 14052b7a6be590ef39bcd9a407a8b4266116a910 /st.c | |
parent | fed9968ba5d3c6874f73517b261968746d36801e (diff) | |
download | st-3ae02990648447ec3252b42f5b64e18818c19fd8.tar.gz st-3ae02990648447ec3252b42f5b64e18818c19fd8.tar.bz2 |
Removing unneeded comments.
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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(); } |