mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
...
This commit is contained in:
parent
04acd6cec2
commit
4b4bfca007
1 changed files with 2 additions and 2 deletions
|
|
@ -696,8 +696,8 @@ func (self *Handler) dispatch_action(name, args string) error {
|
|||
case strings.Contains(args, `page`):
|
||||
amt := self.screen_size.num_lines
|
||||
if strings.Contains(args, `half`) {
|
||||
amt = amt / 2
|
||||
}
|
||||
amt = amt / 2
|
||||
}
|
||||
if strings.Contains(args, `prev`) {
|
||||
amt *= -1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue