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
1 changed files with 0 additions and 4 deletions

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)