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 | |
| parent | fed9968ba5d3c6874f73517b261968746d36801e (diff) | |
| download | st-transparency-3ae02990648447ec3252b42f5b64e18818c19fd8.tar.gz st-transparency-3ae02990648447ec3252b42f5b64e18818c19fd8.tar.xz st-transparency-3ae02990648447ec3252b42f5b64e18818c19fd8.zip  | |
Removing unneeded comments.
| -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();  }  | 
