mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
client: Rephrase the wait messages
This commit is contained in:
parent
61e8a640b1
commit
36f962a4f0
@ -548,7 +548,7 @@ void display_disable_cmd_prompt(void)
|
|||||||
{
|
{
|
||||||
display_refresh_reset();
|
display_refresh_reset();
|
||||||
|
|
||||||
rl_set_prompt("Waiting to connect to IWD");
|
rl_set_prompt("Waiting for IWD to start...");
|
||||||
printf("\r");
|
printf("\r");
|
||||||
rl_on_new_line();
|
rl_on_new_line();
|
||||||
rl_redisplay();
|
rl_redisplay();
|
||||||
@ -685,7 +685,7 @@ void display_init(void)
|
|||||||
|
|
||||||
rl_completer_quote_characters = "\"";
|
rl_completer_quote_characters = "\"";
|
||||||
rl_erase_empty_line = 1;
|
rl_erase_empty_line = 1;
|
||||||
rl_callback_handler_install("Waiting for IWD to appear...",
|
rl_callback_handler_install("Waiting for IWD to start...",
|
||||||
readline_callback);
|
readline_callback);
|
||||||
|
|
||||||
rl_redisplay();
|
rl_redisplay();
|
||||||
|
Loading…
Reference in New Issue
Block a user