cleanup of obsolete comments and dead code
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 35s

This removes the App.Renderer.Buffered, which was not improving on the
direct renderer, which has a simpler implementation and was keept for
this regard.
This commit is contained in:
2024-11-13 19:14:13 +01:00
parent 5908d6d5e3
commit 0cc0ed10d2
6 changed files with 7 additions and 434 deletions

View File

@@ -32,7 +32,7 @@ const log = std.log.scoped(.app);
/// const zterm = @import("zterm");
/// const App = zterm.App(
/// union(enum) {},
/// zterm.Renderer.Plain,
/// zterm.Renderer.Direct,
/// true,
/// );
/// // later on use