doc(terminal): remove resolved issue
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m0s
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m0s
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user