summaryrefslogtreecommitdiff
path: root/demo/_curses.py
Commit message (Expand)AuthorAgeFilesLines
* Move the demos from _cffi1/ back in the demo/ directory. Add theArmin Rigo2015-04-261-213/+1023
* Fix a warning.Armin Rigo2013-03-291-1/+1
* Implement enough extra bits to make pypy REPL and Twisted trial happy.less-partial-curses-demoJeremy Thurgood2012-10-081-1/+42
* Fix demosArmin Rigo2012-08-031-2/+2
* Turn off a warning: on my machine at least, keyname() is documentedArmin Rigo2012-07-281-1/+1
* Bah. Fix the demos for the updated way of 'ffi.new()'.Armin Rigo2012-07-281-1/+1
* Fix.Armin Rigo2012-06-271-1/+1
* Fix the demos (None => ffi.NULL)Armin Rigo2012-06-261-1/+1
* A partial implementation of '_curses', done in one hour :-)Armin Rigo2012-06-171-0/+224