diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2011-11-04 14:15:35 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2011-11-04 14:15:35 +0000 |
| commit | 0ddb6df80d103f4c6b60252b0136d3e0bad184a0 (patch) | |
| tree | 628191563285dc488b2c393238d12ec5be2b6642 /src | |
| parent | 2eb008b6cac1aa44ceafd9292a81e7d5e734e28b (diff) | |
IncrementalInserter: move cursor left when finishing
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.cc b/src/window.cc index 59f18892..4854940b 100644 --- a/src/window.cc +++ b/src/window.cc @@ -426,6 +426,7 @@ IncrementalInserter::IncrementalInserter(Window& window, Mode mode) IncrementalInserter::~IncrementalInserter() { + move_cursor(DisplayCoord(0, -1)); assert(m_window.m_current_inserter == this); m_window.m_current_inserter = nullptr; |
