vty-examples v5.31 Release Notes

  • 🆕 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.