diff --git a/src/app.zig b/src/app.zig index 27db588..5a03783 100644 --- a/src/app.zig +++ b/src/app.zig @@ -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