aboutsummaryrefslogtreecommitdiffstats
path: root/termcast_server/termcast.py
Commit message (Collapse)AuthorAgeFilesLines
* pass idle time and creation time to websocketHEADmasterJesse Luehrs2014-12-111-35/+2
|
* full redraw if we change term sizesJesse Luehrs2014-10-211-0/+3
|
* try some more error handling?Jesse Luehrs2014-10-211-2/+8
|
* update for new apiJesse Luehrs2014-10-211-4/+4
|
* display stack traces with exceptionsJesse Luehrs2014-10-201-1/+4
|
* handle wide charactersJesse Luehrs2014-10-171-0/+2
|
* try to minimize our bandwidth a bitJesse Luehrs2014-10-161-26/+26
|
* handle inverseJesse Luehrs2014-10-161-2/+12
|
* make bold do bright colors, not boldJesse Luehrs2014-10-161-0/+6
|
* refactorJesse Luehrs2014-10-161-14/+20
|
* also handle bold/italic/underlineJesse Luehrs2014-10-161-9/+20
|
* notice closed connections when we try to readJesse Luehrs2014-10-161-1/+4
|
* add ssl supportJesse Luehrs2014-10-161-22/+75
|
* try to send updates rather than the full screen on every frameJesse Luehrs2014-10-061-6/+28
| | | | | | | this is not a very intelligent method at the moment, but it should (probably?) be an improvement over the current method. it probably fails pretty miserably on scrolling though - need to figure out a better idea for that.
* add foreground and background colors to the web interfaceJesse Luehrs2014-10-061-1/+4
|
* actually draw the screen contentsJesse Luehrs2014-09-231-7/+20
|
* reorganizeJesse Luehrs2014-09-231-0/+198