aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | this was buggy earlier, so make sure we don't regress
* 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
| | | | | the cells themselves are stored as utf8, no reason the returned string here shouldn't be
* 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
| | | | this was causing us to end up with the wrong offset for is_wide
* 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
| | | | this should provide a much saner api
* more gitignoreJesse Luehrs2014-09-171-0/+1
|
* changelog and version bump0.1.1Jesse Luehrs2014-09-172-1/+9
|
* update libvt100Jesse Luehrs2014-09-171-0/+0
|
* add license and readme0.1.0Jesse Luehrs2014-09-164-0/+42
|
* more gitignoreJesse Luehrs2014-09-161-0/+1
|
* need to include (and depend on) the header filesJesse Luehrs2014-09-162-1/+7
|
* clean up the setup.py a bitJesse Luehrs2014-09-161-2/+7
|
* test scriptJesse Luehrs2014-09-161-0/+11
|
* use from_address instead of castJesse Luehrs2014-09-161-1/+1
| | | | cast is used if you already have a value with the given memory buffer
* reimplement the apiJesse Luehrs2014-09-164-129/+89
|
* start writing a c shimJesse Luehrs2014-09-165-0/+168
|