From 0ddb6df80d103f4c6b60252b0136d3e0bad184a0 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 4 Nov 2011 14:15:35 +0000 Subject: [PATCH] IncrementalInserter: move cursor left when finishing --- src/window.cc | 1 + 1 file changed, 1 insertion(+) 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;