mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-25 19:22:08 +03:00
Bump version, update changelog
This commit is contained in:
parent
1dc2379e3c
commit
63adf9e4db
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,4 +1,20 @@
|
||||
|
||||
5.31
|
||||
----
|
||||
|
||||
New features and API changes:
|
||||
* Added support for strikethrough mode. This change adds a new
|
||||
`strikethrough` `Style` value and uses the `smxx` and `rmxx`
|
||||
Terminfo capabilities to activate and deactivate strikethrough mode,
|
||||
respectively. If the terminfo does not report those capabilities,
|
||||
this style is ignored.
|
||||
* `Output`: added the `setDisplayBounds` field to set the output
|
||||
dimensions of the output handle; added an implementation of this for
|
||||
the `TerminfoBased` backend.
|
||||
|
||||
Other changes:
|
||||
* The C prototype for `vty_c_get_window_size` in `gwinsz.h` was fixed.
|
||||
|
||||
5.30
|
||||
----
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user