mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
Removing trailing whitespace.
This commit is contained in:
parent
b7e6a5c825
commit
da182612b7
2
st.c
2
st.c
@ -2319,7 +2319,7 @@ tresize(int col, int row) {
|
|||||||
tmoveto(term.c.x, term.c.y);
|
tmoveto(term.c.x, term.c.y);
|
||||||
/* Clearing both screens */
|
/* Clearing both screens */
|
||||||
orig = term.line;
|
orig = term.line;
|
||||||
do {
|
do {
|
||||||
if(mincol < col && 0 < minrow) {
|
if(mincol < col && 0 < minrow) {
|
||||||
tclearregion(mincol, 0, col - 1, minrow - 1);
|
tclearregion(mincol, 0, col - 1, minrow - 1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user