X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=client.coffee;h=b69dad11f248c9eb325b376009a8b64bbff2c9ec;hb=5ea471be49d98517725f2017d274c030ac482111;hp=282b7428bbf660124228a76db7c174875db772f2;hpb=20b6a8c3e134b91c2eb0ed9b0cdeda6cd8efe111;p=watch-my-terminal.git 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]