aboutsummaryrefslogtreecommitdiff
path: root/src/table.rs
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2016-09-19 07:59:55 -0700
committerJoe Wilm <joe@jwilm.com>2016-09-19 07:59:55 -0700
commit5509849473c7549c95b6a3ef87af8075c50d5da7 (patch)
treee6b7d8e0d448d3887511b66cb01d1a8e854bc10d /src/table.rs
parent955bc84adfc5719455038653edd40725416df9c2 (diff)
downloadr-alacritty-vte-5509849473c7549c95b6a3ef87af8075c50d5da7.tar.gz
r-alacritty-vte-5509849473c7549c95b6a3ef87af8075c50d5da7.tar.bz2
r-alacritty-vte-5509849473c7549c95b6a3ef87af8075c50d5da7.zip
Fix bug with OSC string termination
Apparently 0x07 is frequently used. Not handling this causes SSH prompts to never appear!
Diffstat (limited to 'src/table.rs')
-rw-r--r--src/table.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table.rs b/src/table.rs
index d2034b8..5bb52c0 100644
--- a/src/table.rs
+++ b/src/table.rs
@@ -290,7 +290,7 @@ pub static STATE_CHANGE: [[u8; 256]; 16] =
255u8, 255u8, 255u8, 255u8, 255u8, 255u8, 255u8, 255u8, 255u8, 255u8,
255u8, 255u8, 255u8, 255u8, 0u8, 0u8, 0u8, 0u8, 0u8, 0u8, 0u8, 0u8, 0u8,
0u8, 0u8],
- [112u8, 112u8, 112u8, 112u8, 112u8, 112u8, 112u8, 112u8, 112u8, 112u8,
+ [112u8, 112u8, 112u8, 112u8, 112u8, 112u8, 112u8, 12u8, 112u8, 112u8,
112u8, 112u8, 112u8, 112u8, 112u8, 112u8, 112u8, 112u8, 112u8, 112u8,
112u8, 112u8, 112u8, 112u8, 0u8, 112u8, 0u8, 0u8, 112u8, 112u8, 112u8,
112u8, 144u8, 144u8, 144u8, 144u8, 144u8, 144u8, 144u8, 144u8, 144u8,