rem: Scroll from Propierties of Container

Updated the corresponding documentation and ideas for how to realize
scrollable contents.
This commit is contained in:
2025-02-15 18:50:36 +01:00
parent 01eb14f1bd
commit d951906b2b
4 changed files with 93 additions and 27 deletions

View File

@@ -6,7 +6,7 @@ const Key = zterm.Key;
const log = std.log.scoped(.example);
pub const ExampleElement = struct {
pub const ExampleElement = packed struct {
pub fn element(this: *@This()) App.Element {
return .{
.ptr = this,