Browse Source

Removing unneeded comments.

master
Christoph Lohmann 11 years ago
parent
commit
3ae0299064
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      st.c

+ 1
- 2
st.c View File

@ -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();
}


Loading…
Cancel
Save