mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01: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:
parent
9c8be9404b
commit
7df4f2e86b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user