X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=client.coffee;h=3cc8c8748fc493f9697eb63416647aec95eb38df;hb=3fbdc55777e4eaa22c12340eb2f065e991ac4522;hp=14e5a6fab510dd4dac14c5e5c3ad184e8dce852f;hpb=469415c385464dc424c37f4602bf59233bbaa738;p=watch-my-terminal.git diff --git a/client.coffee b/client.coffee index 14e5a6f..3cc8c87 100644 --- a/client.coffee +++ b/client.coffee @@ -147,4 +147,6 @@ $ -> term.text = v.text term.attributes = v.attributes term.cursor_visible = v.cursor_visible + term.scroll_top = v.scroll_top + term.scroll_bottom = v.scroll_bottom redraw()