X-Git-Url: https://jasonwoof.com/gitweb/?p=watch-my-terminal.git;a=blobdiff_plain;f=terminal.coffee;fp=terminal.coffee;h=3f81daa5a26bf5813629d09a521d4b65c9a0e8ee;hp=174c005bc4ffe1a705e0cf0d575c072af263c87a;hb=994139f341f1c905996f549d30a35d7e1f8443e9;hpb=3b348fde092c1173a26e0b6e3f20f6975ce751a3 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_'