X-Git-Url: https://jasonwoof.com/gitweb/?p=watch-my-terminal.git;a=blobdiff_plain;f=client.coffee;fp=client.coffee;h=b69dad11f248c9eb325b376009a8b64bbff2c9ec;hp=282b7428bbf660124228a76db7c174875db772f2;hb=35baa4458ed9126bb5e27bde3a42db6ea5f6a29b;hpb=20b6a8c3e134b91c2eb0ed9b0cdeda6cd8efe111 diff --git a/client.coffee b/client.coffee index 282b742..b69dad1 100644 --- a/client.coffee +++ b/client.coffee @@ -101,7 +101,7 @@ $ -> if term.cursor_visible term.attributes[term.y][cursor_x] ^= 0x080000 for i in [0...term.text.length] - div = $('
') + div = $('') txt = '' a = 0x000007 for j in [0...term.text[i].length]