X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=terminal.coffee;h=3f81daa5a26bf5813629d09a521d4b65c9a0e8ee;hb=0b32a659e5fd1a77e5ec865050f09d1109a4d2be;hp=174c005bc4ffe1a705e0cf0d575c072af263c87a;hpb=55d03d755b1b783e32faa32bf0a4d59260660184;p=watch-my-terminal.git diff --git a/terminal.coffee b/terminal.coffee index 174c005..3f81daa 100644 --- a/terminal.coffee +++ b/terminal.coffee @@ -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_'