aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parser.cpp')
-rw-r--r--parser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.cpp b/parser.cpp
index b3733d6..870a611 100644
--- a/parser.cpp
+++ b/parser.cpp
@@ -508,6 +508,7 @@ StateStart::custom(gchar chr)
StateControl::StateControl() : State()
{
transitions['\0'] = this;
+ transitions['U'] = &States::ctlucommand;
}
State *