From: Christoph Lohmann <20h@r-36.net> Date: Thu, 18 Apr 2013 04:41:54 +0000 (+0200) Subject: Removing unneeded comments. X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=commitdiff_plain;h=3ae02990648447ec3252b42f5b64e18818c19fd8 Removing unneeded comments. --- 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(); }