* [PATCH] client: Rephrase the wait messages
@ 2020-04-09 1:51 Tim Kourt
2020-04-09 15:28 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Tim Kourt @ 2020-04-09 1:51 UTC (permalink / raw)
To: iwd
[-- Attachment #1: Type: text/plain, Size: 769 bytes --]
---
client/display.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/display.c b/client/display.c
index cf74326d..4a9f7be0 100644
--- a/client/display.c
+++ b/client/display.c
@@ -548,7 +548,7 @@ void display_disable_cmd_prompt(void)
{
display_refresh_reset();
- rl_set_prompt("Waiting to connect to IWD");
+ rl_set_prompt("Waiting for IWD to start...");
printf("\r");
rl_on_new_line();
rl_redisplay();
@@ -685,7 +685,7 @@ void display_init(void)
rl_completer_quote_characters = "\"";
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);
rl_redisplay();
--
2.13.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] client: Rephrase the wait messages
2020-04-09 1:51 [PATCH] client: Rephrase the wait messages Tim Kourt
@ 2020-04-09 15:28 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2020-04-09 15:28 UTC (permalink / raw)
To: iwd
[-- Attachment #1: Type: text/plain, Size: 185 bytes --]
Hi Tim,
On 4/8/20 8:51 PM, Tim Kourt wrote:
> ---
> client/display.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
Applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-04-09 15:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-09 1:51 [PATCH] client: Rephrase the wait messages Tim Kourt
2020-04-09 15:28 ` Denis Kenzior
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox