diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-11 05:06:07 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-11 05:06:07 +0100 |
commit | 839686f13dc5f4cb65a9d4354b233147583e2770 (patch) | |
tree | 458d59d008e035b89c0de17c1219380b1aa94406 /parser.cpp | |
parent | c88e635842f0d172514d73f17f128dc91e3c65f4 (diff) | |
download | sciteco-839686f13dc5f4cb65a9d4354b233147583e2770.tar.gz |
^Ux...$ command: rubout does not yet work properly
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 * |