aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix things under python 2Jesse Luehrs2014-10-215-15/+25
* fix environment variable setting for travisJesse Luehrs2014-10-211-1/+1
* add travis configJesse Luehrs2014-10-211-0/+9
* test a couple more thingsJesse Luehrs2014-10-211-0/+2
* update libvt100Jesse Luehrs2014-10-211-0/+0
* more testsJesse Luehrs2014-10-211-0/+24
* add tests for the default here tooJesse Luehrs2014-10-211-2/+27
* test for line clearingJesse Luehrs2014-10-211-0/+36
* tests for screen clearsJesse Luehrs2014-10-211-0/+23
* update libvt100Jesse Luehrs2014-10-211-0/+0
* clean up some more apiJesse Luehrs2014-10-202-47/+50
* don't expose the vt100_color classJesse Luehrs2014-10-204-39/+21
* add tests for movement commandsJesse Luehrs2014-10-201-0/+74
* update libvt100 for a bunch of bug fixesJesse Luehrs2014-10-201-0/+0
* add test for partial \033[? sequencesJesse Luehrs2014-10-201-0/+9
* test that .process returns the correct value in all casesJesse Luehrs2014-10-205-33/+40
* tests for incomplete character sequencesJesse Luehrs2014-10-201-0/+55
* tests for line wrapping and unicode combiningJesse Luehrs2014-10-201-0/+22
* update libvt100Jesse Luehrs2014-10-201-0/+0
* more testsJesse Luehrs2014-10-201-0/+37
* test for risJesse Luehrs2014-10-201-1/+106
* update libvt100Jesse Luehrs2014-10-201-0/+0
* test for initial stateJesse Luehrs2014-10-201-0/+46
* 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
* more testsJesse Luehrs2014-10-191-0/+26
* expose more things on the vt objectJesse Luehrs2014-10-191-0/+51
* use the right name for this testJesse Luehrs2014-10-181-1/+1
* another testJesse Luehrs2014-10-181-0/+66
* 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
* start adding testsJesse Luehrs2014-10-184-11/+75
* update libvt100Jesse Luehrs2014-10-181-0/+0
* the get_string_* functions should return unicode stringsJesse Luehrs2014-10-181-8/+0
* better error handlingJesse Luehrs2014-10-181-0/+14
* update libvt100Jesse Luehrs2014-10-171-0/+0
* changelog and version bump0.1.6Jesse Luehrs2014-10-172-2/+6
* is_wide() should return a booleanJesse Luehrs2014-10-171-1/+1
* forgot to update this struct definitionJesse Luehrs2014-10-171-1/+8
* changelog and version bump0.1.5Jesse Luehrs2014-09-252-1/+4
* whoops, forgot to actually call the functionJesse Luehrs2014-09-251-0/+2
* changelog and version bump0.1.4Jesse Luehrs2014-09-172-1/+5
* update libvt100Jesse Luehrs2014-09-171-0/+0
* changelog and version bump0.1.3Jesse Luehrs2014-09-172-1/+4
* support python 2Jesse Luehrs2014-09-172-0/+16
* changelog and version bump0.1.2Jesse Luehrs2014-09-172-1/+5
* add accessor methods for all of the cell attributesJesse Luehrs2014-09-171-22/+74