Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
cba5d8df
Commit
cba5d8df
authored
Oct 26, 2013
by
Marwan Tanager
Committed by
Sebastian Ramacher
Oct 26, 2013
Browse files
Fix issue 345 (
http://bugs.pwmt.org/issue345
)
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
834bc8f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
shortcuts.c
View file @
cba5d8df
...
...
@@ -971,7 +971,7 @@ sc_search(girara_session_t* session, girara_argument_t* argument,
continue
;
}
if
(
first_time_after_abort
==
true
&&
num_search_results
>
0
)
{
if
(
(
first_time_after_abort
==
true
&&
num_search_results
>
0
)
||
((
tmp
+
num_pages
)
%
num_pages
!=
cur_page
))
{
target_page
=
page
;
target_idx
=
diff
==
1
?
0
:
num_search_results
-
1
;
break
;
...
...
Write
Preview
Supports
Markdown
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