From 994139f341f1c905996f549d30a35d7e1f8443e9 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Wed, 10 Apr 2013 06:34:24 -0400 Subject: [PATCH] fix a comment --- terminal.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_' -- 1.7.10.4