Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zathura
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
110
Issues
110
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pwmt
zathura
Commits
9712257b
Commit
9712257b
authored
Oct 23, 2014
by
Moritz Lipp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass event to sc_mouse_zoom to prevent SIGSEGV
parent
6f64f459
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
shortcuts.c
shortcuts.c
+1
-1
No files found.
shortcuts.c
View file @
9712257b
...
...
@@ -347,7 +347,7 @@ sc_mouse_zoom(girara_session_t* session, girara_argument_t* argument, girara_eve
return
false
;
}
return
sc_zoom
(
session
,
argument
,
NULL
,
t
);
return
sc_zoom
(
session
,
argument
,
event
,
t
);
}
bool
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment