summaryrefslogtreecommitdiff
path: root/Libraries/LibLine/InternalFunctions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibLine/InternalFunctions.cpp')
-rw-r--r--Libraries/LibLine/InternalFunctions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibLine/InternalFunctions.cpp b/Libraries/LibLine/InternalFunctions.cpp
index 680bd62d0a..83b93e3c80 100644
--- a/Libraries/LibLine/InternalFunctions.cpp
+++ b/Libraries/LibLine/InternalFunctions.cpp
@@ -168,6 +168,7 @@ void Editor::finish_edit()
if (!m_always_refresh) {
m_input_error = Error::Eof;
finish();
+ really_quit_event_loop();
}
}