Commit 465657d6 authored by Oleg Davydov's avatar Oleg Davydov

safe_quit on ^D

parent 77bbb4ce
......@@ -1833,6 +1833,7 @@ void interpreter_ex (char *line UU, void *ex) {
offline_mode = 0;
count = 1;
if (!line) {
do_safe_quit (0, NULL, NULL);
in_readline = 0;
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment