mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-09 11:26:41 +00:00
input: add scroll_page_lines
This commit is contained in:
@@ -167,6 +167,7 @@ pub const Action = union(enum) {
|
||||
scroll_page_up: void,
|
||||
scroll_page_down: void,
|
||||
scroll_page_fractional: f32,
|
||||
scroll_page_lines: i16,
|
||||
|
||||
/// Jump the viewport forward or back by prompt. Positive
|
||||
/// number is the number of prompts to jump forward, negative
|
||||
|
Reference in New Issue
Block a user