This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
sxiv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Timeout initial redraw
master
Miroslav Koskar
Bert Münnich
10 years ago
parent
5ca20ad3e8
commit
4cbc7346ff
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
main.c
+ 1
- 1
main.c
View File
@@ -644,7 +644,7 @@ void run(void)
bool discard, to_set;
XEvent ev, nextev;
redraw(
);
set_timeout(redraw, 25, false
);
while (true) {
while (mode == MODE_THUMB && tns.cnt < filecnt &&
Write
Preview
Loading…
Cancel
Save