This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Removing trailing whitespace.
master
Christoph Lohmann
11 years ago
parent
b7e6a5c825
commit
da182612b7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
st.c
+ 1
- 1
st.c
View File
@ -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
)
;
}
Write
Preview
Loading…
Cancel
Save