JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix a comment
[watch-my-terminal.git] / terminal.coffee
index 174c005..3f81daa 100644 (file)
@@ -479,7 +479,7 @@ class Terminal
                else
                        @csi_L '1'
 
-       # str is the whole escape sequence (minus the esc[ prefix)
+       # str is the whole escape sequence (minus the esc character)
        update_sequence: (str) ->
                if str[0] is '['
                        prefix = 'csi_'