aboutsummaryrefslogtreecommitdiffstats
path: root/vt100.py
Commit message (Collapse)AuthorAgeFilesLines
* mostly handle streamer resizingJesse Luehrs2014-09-151-0/+6
| | | | | | there are some issues with the way the out of band data is sent, but this should mostly work for now. might have to rethink the protocol though to fix things
* note race conditionJesse Luehrs2014-09-151-0/+1
|
* set the terminal size as requested by the termcasterJesse Luehrs2014-09-141-7/+3
|
* dereference this pointer automaticallyJesse Luehrs2014-09-141-1/+1
|
* initial very rough sketchJesse Luehrs2014-09-131-0/+80