JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
add csi_r (scrolling region)
[watch-my-terminal.git] / client.coffee
index 14e5a6f..3cc8c87 100644 (file)
@@ -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()