diff options
author | Christoph Lohmann <20h@r-36.net> | 2013-04-18 06:51:18 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2013-04-18 06:51:18 +0200 |
commit | da182612b7c7a6be67b2c7be0c0d85562220f1e4 (patch) | |
tree | 104e70e495f3d578c7de0d15b8694ac17706c324 /st.c | |
parent | b7e6a5c825a8d786a0cc4dbacc82df1c90ad7020 (diff) | |
download | st-da182612b7c7a6be67b2c7be0c0d85562220f1e4.tar.gz st-da182612b7c7a6be67b2c7be0c0d85562220f1e4.zip |
Removing trailing whitespace.
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2319,7 +2319,7 @@ tresize(int col, int row) { | |||
2319 | tmoveto(term.c.x, term.c.y); | 2319 | tmoveto(term.c.x, term.c.y); |
2320 | /* Clearing both screens */ | 2320 | /* Clearing both screens */ |
2321 | orig = term.line; | 2321 | orig = term.line; |
2322 | do { | 2322 | do { |
2323 | if(mincol < col && 0 < minrow) { | 2323 | if(mincol < col && 0 < minrow) { |
2324 | tclearregion(mincol, 0, col - 1, minrow - 1); | 2324 | tclearregion(mincol, 0, col - 1, minrow - 1); |
2325 | } | 2325 | } |