mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 01:53:47 +01:00
Save position on the jumplist before and after jumping to a bookmark
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
afd008f466
commit
a0c12d4cdd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user