WIP: use viewport to allow sizes of scroll to extend further than renderable screen
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user