aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add proper range checking for cursor movementJesse Luehrs2019-10-301-17/+32
* centralize more logic for cursor movementJesse Luehrs2019-10-304-69/+155
* refactorJesse Luehrs2019-10-303-152/+234
* more passing testsJesse Luehrs2019-10-303-7/+42
* more passing testsJesse Luehrs2019-10-294-14/+59
* get some tests passingJesse Luehrs2019-10-295-74/+220
* basic structure of vte parserJesse Luehrs2019-10-2915-298/+398
* start the rewriteJesse Luehrs2019-10-2928-901/+234
* rustfmtJesse Luehrs2019-10-2914-234/+523
* clippyJesse Luehrs2018-09-233-64/+28
* clean up build scriptJesse Luehrs2018-09-232-6/+5
* fix memory leakJesse Luehrs2017-07-191-0/+1
* bump libvt100Jesse Luehrs2017-07-194-4/+11
* bump libvt100Jesse Luehrs2016-06-062-4/+26
* this one tooJesse Luehrs2016-06-051-1/+1
* these functions should return voidJesse Luehrs2016-06-051-4/+4
* changelog and version bumpv0.1.2Jesse Luehrs2016-06-042-1/+8
* tests for zero width charactersJesse Luehrs2016-06-041-0/+100
* bump libvt100Jesse Luehrs2016-06-041-0/+0
* bump libvt100Jesse Luehrs2016-06-041-0/+0
* bump libvt100Jesse Luehrs2016-06-041-0/+0
* update libvt100Jesse Luehrs2016-06-041-0/+0
* bump libvt100 for a bug fix, and add tests for itJesse Luehrs2016-06-043-0/+80
* add .travis.ymlJesse Luehrs2016-05-122-1/+11
* update libvt100Jesse Luehrs2016-05-121-0/+0
* add some more tests for a bug i fixed in libvt100Jesse Luehrs2016-05-071-0/+48
* bump libvt100Jesse Luehrs2016-05-071-0/+0
* version bumpv0.1.1Jesse Luehrs2016-04-281-1/+1
* changelogJesse Luehrs2016-04-281-0/+5
* fix buildsJesse Luehrs2016-04-281-2/+4
* apparently it doesn't like git:// repositoriesv0.1.0Jesse Luehrs2016-04-281-1/+1
* packaging stuffJesse Luehrs2016-04-283-0/+31
* add a bunch of testsJesse Luehrs2016-04-289-0/+1013
* one more methodJesse Luehrs2016-04-281-0/+8
* implement get_string_formattedJesse Luehrs2016-04-282-0/+54
* typo fixJesse Luehrs2016-04-281-1/+1
* attribute testsJesse Luehrs2016-04-282-0/+184
* the tests module is unnecessary hereJesse Luehrs2016-04-281-68/+63
* commentJesse Luehrs2016-04-271-0/+2
* a few more accessorsJesse Luehrs2016-04-273-0/+105
* add most of the rest of the basic screen accessorsJesse Luehrs2016-04-273-0/+104
* accessors for current screen character attributesJesse Luehrs2016-04-271-0/+40
* ColorImpl needs to be repr(C) since it's a part of CellAttrsJesse Luehrs2016-04-271-0/+1
* allow the attr ffi wrappers to be used on more than just cellsJesse Luehrs2016-04-273-16/+36
* fgcolor and bgcolor for the screenJesse Luehrs2016-04-273-8/+29
* ScreenImplPrefix -> ScreenPrefixJesse Luehrs2016-04-271-6/+6
* cursor_position, title, icon_nameJesse Luehrs2016-04-271-0/+54
* remove some unnecessary wrappersJesse Luehrs2016-04-273-14/+19
* implement the rest of the cell attrsJesse Luehrs2016-04-274-0/+65
* implement fgcolor and bgcolor for cellsJesse Luehrs2016-04-275-1/+80