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.