aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.rs
Commit message (Collapse)AuthorAgeFilesLines
* bump libvt100Jesse Luehrs2017-07-191-1/+7
|
* bump libvt100Jesse Luehrs2016-06-061-4/+26
| | | | | | | | | this requires some workarounds since we might have extra scrollback length even if we didn't ask for it (because of the optimization to move scrollback around in chunks). not sure if i'm happy about the workarounds here - we should maybe disable that optimization if no scrollback at all was requested, but this at least gets tests passing for now
* one more methodJesse Luehrs2016-04-281-0/+8
|
* implement get_string_formattedJesse Luehrs2016-04-281-0/+47
|
* typo fixJesse Luehrs2016-04-281-1/+1
|
* a few more accessorsJesse Luehrs2016-04-271-0/+45
|
* add most of the rest of the basic screen accessorsJesse Luehrs2016-04-271-0/+56
|
* accessors for current screen character attributesJesse Luehrs2016-04-271-0/+40
|
* fgcolor and bgcolor for the screenJesse Luehrs2016-04-271-0/+21
|
* ScreenImplPrefix -> ScreenPrefixJesse Luehrs2016-04-271-6/+6
|
* cursor_position, title, icon_nameJesse Luehrs2016-04-271-0/+54
|
* remove some unnecessary wrappersJesse Luehrs2016-04-271-2/+19
|
* 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