aboutsummaryrefslogtreecommitdiffstats
path: root/termcast_server/index.html
Commit message (Collapse)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
| | | | | the unicode replacement character is double-wide, which throws off the formatting of things if you don't have the required glyphs
* 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
| | | | | | | 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.
* 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