From: Jason Woofenden Date: Wed, 10 Apr 2013 10:34:24 +0000 (-0400) Subject: fix a comment X-Git-Url: https://jasonwoof.com/gitweb/?p=watch-my-terminal.git;a=commitdiff_plain;h=994139f341f1c905996f549d30a35d7e1f8443e9 fix a comment --- 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_'