feat(render): direct renderer #2
Reference in New Issue
Block a user
Delete Branch "non-alternate-screen-rendering"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With this renderer you can create TUI applications without the use of the alternate screen, raw mode and re-render the entire application in a line based approach.
In the future partial clearing from the starting position may be possible such that it can behave similarly to how the
zig buildoutput is currently written to the terminal (and then removed / replaced).DirectRenderer implementation rendering the fixed size of the rootContainer4a3bec3edc.linecore event for line contents in non *raw mode* instead of.keycore events a71d808250App.startfunction to all corresponding usages 89517b2546