Ver Fonte

Removing unneeded comments.

Christoph Lohmann há 12 anos atrás
pai
commit
3ae0299064
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      st.c

+ 1 - 2
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();
 }