X-Git-Url: https://jasonwoof.com/gitweb/?p=watch-my-terminal.git;a=blobdiff_plain;f=index.html;h=a7f197858bf96d1a5827236ac3a14039c6323ee2;hp=738d7d7f965e16f25901b806743a544dfa0fa740;hb=99c236235ea97b892efd200506f7c20463a5be46;hpb=50a84f79b9bf74674a4191db9ae771c63385cd17 diff --git a/index.html b/index.html index 738d7d7..a7f1978 100644 --- a/index.html +++ b/index.html @@ -283,7 +283,7 @@ return 'background-' + color_to_css((i&0x10000) | ((i&0xff00) >> 8)); }; var stylize = function (txt, style) { - if (txt.length == 0 || style == 0) { + if (txt.length == 0 || style == 0x000007) { return txt } css = '' @@ -302,7 +302,7 @@ for (i in term.text) { div = $('
'); txt = '' - a = 0; + a = 0x000007; for (j in term.text[i]) { if (term.attributes[i][j] != a) { if (txt.length) {