diff options
Diffstat (limited to 'parser.cpp')
-rw-r--r-- | parser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -508,6 +508,7 @@ StateStart::custom(gchar chr) StateControl::StateControl() : State() { transitions['\0'] = this; + transitions['U'] = &States::ctlucommand; } State * |