aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* split up some testsJesse Luehrs2016-04-271-1/+5
|
* start implementing cellsJesse Luehrs2016-04-276-0/+65
|
* process should actually take a byte arrayJesse Luehrs2016-04-272-2/+2
|
* set_window_size and set_scrollback_lengthJesse Luehrs2016-04-263-0/+31
|
* stop tracking terminal size separatelyJesse Luehrs2016-04-266-21/+70
|
* split things out into more modulesJesse Luehrs2016-04-264-47/+56
|
* implement process_string and get_string_plaintextJesse Luehrs2016-04-262-5/+77
|
* expose rows and colsJesse Luehrs2016-04-262-5/+15
|
* get ffi framework in placeJesse Luehrs2016-04-265-6/+74
|
* add build scriptJesse Luehrs2016-04-252-2/+13
|
* add libvt100 as a submoduleJesse Luehrs2016-04-252-0/+3
|
* project skeletonJesse Luehrs2016-04-253-0/+14
|
* initial commitJesse Luehrs2016-04-250-0/+0