diff options
Diffstat (limited to 'parser.cpp')
-rw-r--r-- | parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -460,7 +460,7 @@ StateControl::custom(gchar chr) #endif /* - * Alternatives: ^[, <CTRL/[> (cannot be typed), <ESC> + * Alternatives: ^[, <CTRL/[>, <ESC> */ case '[': BEGIN_EXEC(&states.start); |