- Corrections in the readme
- Some minor fixes to the wrapper (don't deserve to be mentioned).
- Corrections to the test scripts so that they work fine on Mac OS X.
- Changed the way UniCurses behaves if a module import error occurs (it now raises an exception instead of calling the 'exit' function).
- Released the module as a distutils package
- Implemented a patch by Florian Stohr that fixes compatibility with Win64 pdcurses/Python. Big thanks to Florian Stohr for the fix!
- Fixed: etc.
- Fixed: setup.py issues.
- Added: import pdcurses on windows 64 bit
- Fixed: set_panel_userptr() fails with memory access violation
- Added: 64-bit binaries
- Added: 32-bit pdcurses-3.9 version binaries
- Fixed: sdl2 version with WIDE (Unicode) support
- minor changes
- Fixed: (?) setup.py issues with other platforms
- Added: set_tabsize() and get_tabsize() functions
- overall minor changes
- Modified: test_panels_advanced.py example
- Added: test_move_panels_advanced.py example
- Fixed: setup.py & pip, finally work as they should.
- Fixed: waddch & wgetch & mvwaddch, now they support wide (unicode) characters
- Fixed: mvwinstr, now it doesn't throw error for n
- Added: attribute A_ITALIC
- Added: resize_term function
- Added: new binaries (not v3.9)
- TEMPORARILY Fixed: mvwinch, now support wide (unicode) characters | Until python/cpython#17825 gets merged or something
- Update: Completly replaced cpython's ncurses-module with native the .so & .dylib libraries
- Added: Python2 support thanks to the ^Update although not excessively tested
- Added: UP-TO-DATE binaries for PDCURSES
- Added: cchar_t structure for NCURSES
- Added: wadd_wch, mvwadd_wch
- Added: addwstr, waddwstr, mvaddwstr, mvwaddwstr
- Added: CONSTANTS for both NCURSES and PDCURSES
- Added: extra stuff to ucs_reconfigure
- Added: marco wrappers for both NCURSES and PDCURSES
- Fixed: removed the (TEMPORARILY Fixed) from v1.3.81
- DISCLAIMER: MANY THINGS ARE NOT TESTED YET.
- Fixed: indentation at "return ((m) << (((b) - 1) * 5))"
- Fixed: getmouse() and typo in MEVENT-structure
- Added: BUTTON5 mouse events (scroll)
- Added: getmaxy(), getmaxx()
- Added: CTRL(ch)
- Fixed: issue with
libpanelw.so.x
on freeBSD thanks to b1ru
- Fixed: issue with paths in freeBSD thanks to b1ru
- Fixed: Typo in paths.
- Finally somewhat fixed FreeBSD support.
- Fixed: Issue with finding
libncursesw.so
- Fixed: Issue with finding shared libraries (finally!)
- Added: Add License
- Fixed: Fixed MacOS ncurses not found issue
- Fixed:
keyname
when it returnsNone
and tries to decode