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
Removed debug output
master
Bert
14 years ago
parent
2d5247af4a
commit
b900105a4e
1 changed files
with
0 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
main.c
+ 0
- 2
main.c
View File
@@ -139,8 +139,6 @@ void on_keypress(XEvent *ev) {
if (!len)
if (!len)
return;
return;
printf("%c\n", key);
switch (key) {
switch (key) {
case 'q':
case 'q':
cleanup();
cleanup();
Write
Preview
Loading…
Cancel
Save