Diff between cf192c494f2b41aab8474ce18239010b8bb2a976 and f952820eb6836b8c9a31fa5c55d1931483396125
Changed Files
| File | Additions | Deletions | Status |
| attrib/interactive.c | +1 | -0 | modified |
Full Patch
diff --git a/attrib/interactive.c b/attrib/interactive.c
index 4fd2280..ecb8b7d 100644
--- a/attrib/interactive.c
+++ b/attrib/interactive.c
@@ -930,6 +930,7 @@ int interactive(const gchar *src, const gchar *dst,
g_io_add_watch(pchan, events, prompt_read, NULL);
rl_attempted_completion_function = commands_completion;
+ rl_erase_empty_line = 1;
rl_callback_handler_install(get_prompt(), parse_line);
g_main_loop_run(event_loop);