From 4a1e15a8494e05c41a6d8379b085ca5bb800f379 Mon Sep 17 00:00:00 2001 From: cy384 Date: Sat, 22 Aug 2020 15:17:12 -0400 Subject: [PATCH] print note if connection cancelled --- ssheven.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ssheven.c b/ssheven.c index a8a440e..bce477c 100644 --- a/ssheven.c +++ b/ssheven.c @@ -718,6 +718,7 @@ int main(int argc, char** argv) EndUpdate(con.win); if (!intro_dialog(hostname, username, password)) ok = 0; + if (!ok) printf_i("Cancelled, not connecting.\n"); if (ok) {