Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
watch-my-terminal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b348fd
)
fix a comment
author
Jason Woofenden
<jason@jasonwoof.com>
Wed, 10 Apr 2013 10:34:24 +0000
(06:34 -0400)
committer
Jason Woofenden
<jason@jasonwoof.com>
Wed, 10 Apr 2013 10:34:24 +0000
(06:34 -0400)
terminal.coffee
patch
|
blob
|
history
diff --git
a/terminal.coffee
b/terminal.coffee
index
174c005
..
3f81daa
100644
(file)
--- 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_'