pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7e6a5c
)
Removing trailing whitespace.
author
Christoph Lohmann
<20h@r-36.net>
Thu, 18 Apr 2013 04:51:18 +0000
(06:51 +0200)
committer
Christoph Lohmann
<20h@r-36.net>
Thu, 18 Apr 2013 04:51:18 +0000
(06:51 +0200)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
53c524f
..
8e39ec2
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-2319,7
+2319,7
@@
tresize(int col, int row) {
tmoveto(term.c.x, term.c.y);
/* Clearing both screens */
orig = term.line;
- do {
+ do {
if(mincol < col && 0 < minrow) {
tclearregion(mincol, 0, col - 1, minrow - 1);
}