diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-08 18:18:11 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-08 18:18:11 +0100 |
| commit | 049d75520a89fb081ff8b3c0de8dc65c20e1db70 (patch) | |
| tree | fddfa5d9ad145582b649aae93b6e1e17c199d018 /parser.cpp | |
| parent | 16614be0a5dea0613fedb6bbbb9f0dd8879905a2 (diff) | |
added buffer ring and preliminary EB...$ implementation
* undoing supported
* does not yet support globbing
Diffstat (limited to 'parser.cpp')
| -rw-r--r-- | parser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -556,6 +556,7 @@ StateControl::custom(gchar chr) StateECommand::StateECommand() : State() { transitions['\0'] = this; + transitions['B'] = &states.file; } State * |
