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;