aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.rs
Commit message (Expand)AuthorAgeFilesLines
* start implementing cellsJesse Luehrs2016-04-271-0/+12
* process should actually take a byte arrayJesse Luehrs2016-04-271-1/+1
* set_window_size and set_scrollback_lengthJesse Luehrs2016-04-261-0/+10
* stop tracking terminal size separatelyJesse Luehrs2016-04-261-18/+34
* split things out into more modulesJesse Luehrs2016-04-261-47/+11
* implement process_string and get_string_plaintextJesse Luehrs2016-04-261-4/+72
* expose rows and colsJesse Luehrs2016-04-261-4/+12
* get ffi framework in placeJesse Luehrs2016-04-261-0/+35