diff --git a/src/terminal/Terminal.zig b/src/terminal/Terminal.zig index cafa274b1..96b3b2677 100644 --- a/src/terminal/Terminal.zig +++ b/src/terminal/Terminal.zig @@ -55,6 +55,7 @@ modes: packed struct { /// Scrolling region is the area of the screen designated where scrolling /// occurs. Wen scrolling the screen, only this viewport is scrolled. const ScrollingRegion = struct { + // Top and bottom of the scroll region (0-indexed) // Precondition: top < bottom top: usize, bottom: usize,