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
Redraw needs all dirty lines to have flash etc. work.
master
Christoph Lohmann
10 years ago
parent
e31829f659
commit
bdb850a16a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
st.c
+ 1
- 0
st.c
View File
@ -3439,6 +3439,7 @@ void
redraw
(
int
timeout
)
{
struct
timespec
tv
=
{
0
,
timeout
*
1000
}
;
tfulldirt
(
)
;
draw
(
)
;
if
(
timeout
>
0
)
{
Write
Preview
Loading…
Cancel
Save