3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-05 19:08:52 +02:00

client: Fix display refresh after agent prompt

The line count was one line off after the Agent prompt, thus making
the command output to scroll up on each refresh.
This commit is contained in:
Tim Kourt 2018-11-09 13:43:13 -08:00 committed by Denis Kenzior
parent 9c8be9404b
commit 7df4f2e86b

View File

@ -568,10 +568,6 @@ void display_agent_prompt_release(const char *label)
agent_saved_input = NULL;
rl_set_prompt(IWD_PROMPT);
rl_forced_update_display();
display("\r");
}
void display_quit(void)