JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix a comment
authorJason Woofenden <jason@jasonwoof.com>
Wed, 10 Apr 2013 10:34:24 +0000 (06:34 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Wed, 10 Apr 2013 10:34:24 +0000 (06:34 -0400)
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_'