mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
comment to be clear
This commit is contained in:
@ -55,6 +55,7 @@ modes: packed struct {
|
|||||||
/// Scrolling region is the area of the screen designated where scrolling
|
/// Scrolling region is the area of the screen designated where scrolling
|
||||||
/// occurs. Wen scrolling the screen, only this viewport is scrolled.
|
/// occurs. Wen scrolling the screen, only this viewport is scrolled.
|
||||||
const ScrollingRegion = struct {
|
const ScrollingRegion = struct {
|
||||||
|
// Top and bottom of the scroll region (0-indexed)
|
||||||
// Precondition: top < bottom
|
// Precondition: top < bottom
|
||||||
top: usize,
|
top: usize,
|
||||||
bottom: usize,
|
bottom: usize,
|
||||||
|
Reference in New Issue
Block a user