aboutsummaryrefslogtreecommitdiffstats
path: root/termcast_server/index.html
Commit message (Expand)AuthorAgeFilesLines
* remove debuggingJesse Luehrs2014-10-171-2/+0
* handle wide charactersJesse Luehrs2014-10-171-1/+22
* make the cell size more fixedJesse Luehrs2014-10-171-0/+4
* handle inverse on redraws tooJesse Luehrs2014-10-161-9/+19
* try to minimize our bandwidth a bitJesse Luehrs2014-10-161-25/+25
* handle inverseJesse Luehrs2014-10-161-11/+22
* make bold do bright colors, not boldJesse Luehrs2014-10-161-14/+13
* also handle bold/italic/underlineJesse Luehrs2014-10-161-11/+53
* 0 is a valid fg/bg colorJesse Luehrs2014-10-161-4/+4
* better default color handlingJesse Luehrs2014-10-161-3/+1
* support the 256-color paletteJesse Luehrs2014-10-161-0/+248
* one moreJesse Luehrs2014-10-161-1/+1
* make the output look a bit betterJesse Luehrs2014-10-161-2/+3
* try to send updates rather than the full screen on every frameJesse Luehrs2014-10-061-1/+25
* fix some display issuesJesse Luehrs2014-10-061-3/+14
* add foreground and background colors to the web interfaceJesse Luehrs2014-10-061-1/+22
* actually draw the screen contentsJesse Luehrs2014-09-231-2/+15
* basic structure of the websockets communicationJesse Luehrs2014-09-231-7/+38
* stub out websockets code for the web viewerJesse Luehrs2014-09-231-0/+21