aboutsummaryrefslogtreecommitdiffstats
path: root/vt100
Commit message (Expand)AuthorAgeFilesLines
* bump libvt100Jesse Luehrs2016-06-041-3/+0
* expose a method for checking if the alternate buffer is activeJesse Luehrs2014-10-221-0/+3
* default this to the whole screenJesse Luehrs2014-10-221-2/+10
* rename a bunch of methodsJesse Luehrs2014-10-221-12/+12
* fix things under python 2Jesse Luehrs2014-10-211-2/+2
* clean up some more apiJesse Luehrs2014-10-201-45/+49
* don't expose the vt100_color classJesse Luehrs2014-10-201-19/+9
* these attributes are on the screen objectJesse Luehrs2014-10-201-7/+7
* title and icon name can be NULL pointersJesse Luehrs2014-10-201-2/+10
* standardize on row, col in more placesJesse Luehrs2014-10-201-1/+1
* cell_at takes row, colJesse Luehrs2014-10-201-3/+3
* add method to get the current cursor positionJesse Luehrs2014-10-201-2/+27
* expose more things on the vt objectJesse Luehrs2014-10-191-0/+51
* expose the visual_bell and audible_bell bitsJesse Luehrs2014-10-181-0/+10
* add the layout of the vt100_screen structJesse Luehrs2014-10-181-0/+29
* better error handlingJesse Luehrs2014-10-181-0/+14
* is_wide() should return a booleanJesse Luehrs2014-10-171-1/+1
* forgot to update this struct definitionJesse Luehrs2014-10-171-1/+8
* add accessor methods for all of the cell attributesJesse Luehrs2014-09-171-22/+74
* use from_address instead of castJesse Luehrs2014-09-161-1/+1
* reimplement the apiJesse Luehrs2014-09-161-0/+78