From fee3c796d9b84d6af246b7e732a38600c030df03 Mon Sep 17 00:00:00 2001 From: Yves Biener Date: Sat, 18 Oct 2025 23:31:49 +0200 Subject: [PATCH] doc(terminal): remove resolved issue --- src/app.zig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app.zig b/src/app.zig index 82af83d..9e1a70e 100644 --- a/src/app.zig +++ b/src/app.zig @@ -1,9 +1,5 @@ //! Application type for TUI-applications -// FIX known issues: -// - resetting the terminal screen when stopping an `App` under `tmux` -// (outside of tmux it seems to work, and other applications can also do that) - /// Create the App Type with the associated user events _E_ which describes /// an tagged union for all the user events that can be send through the /// applications event loop.