From: Eder Ruiz Maria <eder.ruiz@xxxxxxxxxxxxx> --- attrib/interactive.c | 1 + 1 file changed, 1 insertion(+) 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); -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html