* Wed Feb 24 2021 psimons@suse.com
- Update vty to version 5.33 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
* Tue Feb 23 2021 psimons@suse.com
- Update vty to version 5.33.
5.33
- ---
API changes:
* The `Cursor` type got a new `PositionOnly` constructor for cursor
placement without visibility.
Package changes:
* Relaxed upper bound for `random`
* Updated `microlens` bounds to allow 0.4.12
Other improvements:
* Various hlint-driven improvements (thanks Willem Van Onsem)
* The implementation of `color240` was improved (thanks (Willem Van
Onsem)
* Thu Dec 17 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Nov 17 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- relax overspecified constraints on microlens
* Mon Nov 09 2020 psimons@suse.com
- Update vty to version 5.32.
5.32
- ---
New features:
* Meta-PageUp and Meta-PageDown are now supported (#193)
* Added `supportsItalics` and `supportsStrikethrough` functions to
check for feature support in terminfo
Bug fixes:
* Detect utf-8 mode in `LANG` regardless of case (thanks Emeka
Nkurumeh)
* Tue Oct 06 2020 psimons@suse.com
- Update vty to version 5.31.
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.
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Thu Jul 16 2020 psimons@suse.com
- Update vty to version 5.30.
5.30
- ---
New features:
* Added `Graphics.Vty.setWindowTitle` to emit an escape
sequence to set the window title, provide the terminal emulator
accepts Xterm-style title sequences. For details, see:
https://tldp.org/HOWTO/Xterm-Title-3.html
* Fri Jul 10 2020 psimons@suse.com
- Update vty to version 5.29.
5.29
- ---
API changes:
* The Input type got a new field, 'restoreInputState'. This field
allows the end user to have direct access to the logic needed to
restore the terminal's input state flags. Prior to having this field,
this state restoration logic could only be invoked as part of calling
'shutdownInput', but since that function does other things (like
killing threads) it is not advisable to call it repeatedly (which is
necessary in the use case this change is intended to support). This
can be called directly to restore the input state flags as needed,
although this is not required if 'shutdown' (or 'shutdownInput') is
called.
Other changes:
* attributeControl: explicitly enable the ICRNL terminal mode flag (see
[#187] and c572ad).
* Tue Jun 09 2020 psimons@suse.com
- Add vty at version 5.28.2.
Version: 5.16-bp150.2.3
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Thu Jul 27 2017 psimons@suse.com
- Update to version 5.16.
* Wed May 31 2017 psimons@suse.com
- Update to version 5.15.1 revision 1.
* Mon May 22 2017 psimons@suse.com
- Update to version 5.15 revision 1 with cabal2obs.
* Sun Feb 12 2017 psimons@suse.com
- Update to version 5.15 with cabal2obs.
* Sun Oct 30 2016 psimons@suse.com
- Update to version 5.11.3 with cabal2obs.
* Mon Oct 17 2016 psimons@suse.com
- Update to version 5.11.1 with cabal2obs.
* Thu Sep 15 2016 psimons@suse.com
- Update to version 5.11 revision 0 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
- Update to version 5.5.0 revision 0 with cabal2obs.