doc(terminal): remove resolved issue
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m0s

This commit is contained in:
2025-10-18 23:31:49 +02:00
parent 547f553404
commit fee3c796d9

View File

@@ -1,9 +1,5 @@
//! Application type for TUI-applications //! 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 /// 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 /// an tagged union for all the user events that can be send through the
/// applications event loop. /// applications event loop.