Skip to content

Commit

Permalink
docs: mention handling terminal resize
Browse files Browse the repository at this point in the history
  • Loading branch information
natecraddock committed Sep 29, 2023
1 parent 5534fea commit ac063a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ And although this news is months old, zf is now available in [nix](https://searc

zf now properly handles chained short options and short options immediately followed by an argument. Error handling and reporting is also improved.

* **feat**: handle window resizes
([c84872](https://github.com/natecraddock/zf/commit/c84872))

Properly clears overflowing lines when the terminal resizes.

* **fix**: better buffered terminal writes for reduced flicker
([bfb8c2](https://github.com/natecraddock/zf/commit/bfb8c2))

Expand Down

0 comments on commit ac063a0

Please sign in to comment.