diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-02-21 13:34:34 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-02-21 13:34:34 +0100 |
| commit | 9306a89deb385ce54198b4d199f5c5dd11abb9e7 (patch) | |
| tree | d626e23abbf1a8513f6780807fd761bdd5fd34df /src/input_handler.cc | |
| parent | 6573f16dd9ac32242129f66e87a6a8e4b76eab0e (diff) | |
Fix macro recording on the same register, replace instead of appending.
Diffstat (limited to 'src/input_handler.cc')
| -rw-r--r-- | src/input_handler.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc index 1bd5a988..663a924d 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -712,6 +712,7 @@ void InputHandler::handle_available_inputs() void InputHandler::start_recording(char reg) { assert(m_recording_reg == 0); + m_recorded_keys = ""; m_recording_reg = reg; } |
