summaryrefslogtreecommitdiffstats
path: root/src/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.c')
-rw-r--r--src/parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser.c b/src/parser.c
index f7fcc3d..0b86ef8 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -1300,10 +1300,10 @@ case 57:
YY_RULE_SETUP
#line 216 "src/parser.l"
{
- if (!strncmp(yytext, "\e]50;", 5)) { // osx terminal.app private stuff
+ if (!strncmp(yytext, "\033]50;", 5)) { // osx terminal.app private stuff
// not interested in non-portable extensions
}
- else if (!strncmp(yytext, "\e]499;", 5)) { // termcast private metadata
+ else if (!strncmp(yytext, "\033]499;", 5)) { // termcast private metadata
// this isn't intended to be interpreted
}
else {