mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-01 11:16:00 +01:00
CS
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
7841eea2eb
commit
99a03faed1
1 changed files with 2 additions and 2 deletions
|
@ -561,7 +561,7 @@ sc_scroll(girara_session_t* session, girara_argument_t* argument,
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!t){
|
if (t == 0) {
|
||||||
t = 1;
|
t = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue