All Versions
10
Latest Version
Avg Release Cycle
73 days
Latest Release
1625 days ago
Changelog History
Changelog History
-
v0.16.1 Changes
December 26, 2018- ๐ Fixed an issue on windows, using the wrong min function (#49)
- ๐ Rename bgkdset() -> bkgdset() to be consistent with bkgd() (#52)
- โ Remove
try!
so example compiles with 2018 edition (#55) - ๐ Fix
Window::mouse_trafo
's implementation (#56) - ๐ Make Window::mouse_trafo take an immutable &self (#59)
-
v0.16.0 Changes
June 09, 2018 -
v0.15.0 Changes
February 25, 2018- ๐ Improved input handling, pancurses supports UTF-16 input on Windows and UTF-8 on Linux.
- Numpad keys are now converted consistently between platforms.
- โ Added raw() and noraw().
-
v0.14.0 Changes
January 20, 2018 -
v0.13.0 Changes
November 18, 2017- Mouse event constants are now exported allowing easier handling of mouse events
- โ Added mouseinterval(), enclose() and mouse_trafo() (#18)
- ๐ Use pdcurses-sys 0.7 adding support fir the win32 flavor of PDCurses
- ๐ Enable resizing win32a windows by default (#20)
- 0๏ธโฃ Disable the Font menu on win32 by default (#17)
-
v0.12.0 Changes
November 04, 2017 -
v0.11.0 Changes
September 18, 2017- โก๏ธ Updated pdcurses-sys dependency to 0.5 (related to #13)
- โ Added ACS box char aliases (ACS_BSSB etc.)
-
v0.10.0 Changes
September 17, 2017 -
v0.9.0 Changes
July 24, 2017 -
v0.8.0 Changes
March 05, 2017- โ Added doupdate(), noutrefresh(), delay_output()
- ๐ There is now an Attribute enum and a ColorPair struct that should make working with attributes and color pairs easier. This is the first step towards deprecating the 'chtype' based API in favour of a more strongly typed one. Attributes and ColorPairs support the | and ^ operators, at least for now, so that they work as a drop-in replacement for chtypes.