From 36f962a4f0e64139e41852c39b9a69c79c0cdcbd Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Wed, 8 Apr 2020 18:51:01 -0700 Subject: [PATCH] client: Rephrase the wait messages --- 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();