aboutsummaryrefslogtreecommitdiffstats
path: root/vt100
Commit message (Collapse)AuthorAgeFilesLines
* 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
* add accessor methods for all of the cell attributesJesse Luehrs2014-09-171-22/+74
| | | | this should provide a much saner api
* 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-161-0/+78