pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fed9968
)
Removing unneeded comments.
author
Christoph Lohmann
<20h@r-36.net>
Thu, 18 Apr 2013 04:41:54 +0000
(06:41 +0200)
committer
Christoph Lohmann
<20h@r-36.net>
Thu, 18 Apr 2013 04:41:54 +0000
(06:41 +0200)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
fc07a46
..
9587886
100644
(file)
--- 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();
}