aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix curses tests and make sure ffi.string returns str for python3Matti Picus2020-01-261-3/+12
* _curses: Implement resizeterm() and resize_term().Armin Rigo2017-06-121-95/+23
* _curses: Copy the version from cpython. (from linkmauve)Armin Rigo2017-06-121-4/+3
* Issue #2133: accept unicodes in these curses functions (and convert themArmin Rigo2015-09-041-0/+6
* _curses_cffiArmin Rigo2015-05-191-320/+1
* Fix curses on OS X -- copy this logic from cpythonAlex Gaynor2014-09-201-0/+7
* Issue #1823: fix _m_ispad(), which always returned 0Armin Rigo2014-07-251-4/+2
* no _curses module on windows, fix issue 1532mattip2013-09-021-0/+3
* fix setuptermPaweł Piotr Przeradowski2013-07-301-0/+1
* fix color contentPaweł Piotr Przeradowski2013-07-301-1/+1
* Check the type of the text arguments, and cast unicodes to strings inArmin Rigo2013-06-121-0/+14
* Fix _curses to not use unicode names when creating attributes.Armin Rigo2013-04-081-1/+3
* transplant 5b7c09b8a1af and improve to only call ffi.string onceBrian Kearns2013-04-051-2/+5
* fixMaciej Fijalkowski2013-04-031-1/+1
* Fixes the warnings -- and in one case the warning is important -- forArmin Rigo2013-03-291-5/+5
* Fix getsyx() and stuff related to repl setup.Jeremy Thurgood2013-02-081-3/+10
* Turns out we need to be able to resize windows.Jeremy Thurgood2013-02-071-0/+1
* First stab at cffi-based _curses implementation.Jeremy Thurgood2012-11-011-0/+1360