JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
init: encode terminal state as terminal output
[watch-my-terminal.git] / terminal.coffee
index 8b7879b..242d246 100644 (file)
@@ -460,7 +460,7 @@ class Terminal
                                        @a = 0
                return
 
-       # set scrolling region
+       # set scroll region
        csi_r: (top, bottom) ->
                top = -1 + parseInt @fix_esc_arg top, '1'
                bottom = -1 + parseInt @fix_esc_arg bottom, '10000'