aboutsummaryrefslogtreecommitdiffstats
path: root/vt100module.c
Commit message (Collapse)AuthorAgeFilesLines
* fix things under python 2Jesse Luehrs2014-10-211-0/+8
|
* the get_string_* functions should return unicode stringsJesse Luehrs2014-10-181-8/+0
| | | | | the cells themselves are stored as utf8, no reason the returned string here shouldn't be
* whoops, forgot to actually call the functionJesse Luehrs2014-09-251-0/+2
|
* support python 2Jesse Luehrs2014-09-171-0/+15
|
* reimplement the apiJesse Luehrs2014-09-161-9/+9
|
* start writing a c shimJesse Luehrs2014-09-161-0/+132