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
a0c12d4c
Commit
a0c12d4c
authored
Jun 09, 2013
by
Marwan Tanager
Committed by
Sebastian Ramacher
Jun 10, 2013
Browse files
Save position on the jumplist before and after jumping to a bookmark
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
afd008f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
commands.c
View file @
a0c12d4c
...
...
@@ -111,7 +111,11 @@ cmd_bookmark_open(girara_session_t* session, girara_list_t* argument_list)
return
false
;
}
return
page_set
(
zathura
,
bookmark
->
page
-
1
);
zathura_jumplist_add
(
zathura
);
page_set
(
zathura
,
bookmark
->
page
-
1
);
zathura_jumplist_add
(
zathura
);
return
true
;
}
bool
...
...
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