WIP: use viewport to allow sizes of scroll to extend further than renderable screen

This commit is contained in:
2025-02-12 22:33:03 +01:00
parent 98031dbd1a
commit bbe6f4741e
9 changed files with 119 additions and 51 deletions

View File

@@ -3,7 +3,7 @@
const std = @import("std");
const terminal = @import("terminal.zig");
const Size = @import("size.zig");
const Size = @import("size.zig").Size;
const Key = @import("key.zig");
/// System events available to every `zterm.App`