IncrementalInserter: move cursor left when finishing
This commit is contained in:
parent
2eb008b6ca
commit
0ddb6df80d
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user