lint: correct typo
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 58s
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 58s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//! Application type for TUI-applications
|
||||
|
||||
// FIX known issues:
|
||||
// - reseting the terminal screen when stopping an `App` under `tmux`
|
||||
// - 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
|
||||
|
||||
Reference in New Issue
Block a user