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
Fixed cursor hiding after switching to thumb mode
master
Bert
14 years ago
parent
fde9f5bf85
commit
88b5c5f2e4
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
main.c
+ 1
- 0
main.c
View File
@@ -391,6 +391,7 @@ void on_keypress(XKeyEvent *kev) {
tns_init(&tns, filecnt);
mode = MODE_THUMBS;
win_set_cursor(&win, CURSOR_ARROW);
hidecur = 0;
tns.sel = fileidx;
changed = tns.dirty = 1;
break;
Write
Preview
Loading…
Cancel
Save