We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1533c97 commit 7f9a0a1Copy full SHA for 7f9a0a1
src/modemu2k.c
@@ -441,15 +441,15 @@ putTtyCmdstat (Cmdstat s)
441
"",
442
};
443
444
- const char msg_escape_seq[] = gettext_noop("To escape to command mode, use '+++'.");
445
- const char msg_return_online[] = gettext_noop("Use ATO to return to online mode.");
446
-
447
putTty1 (CHAR_CR);
448
putTty1 (CHAR_LF);
449
putTtyN (cmdstatStr[s], strlen (cmdstatStr[s]));
450
451
if (s == CMDST_CONNECT)
452
{
+ static const char msg_escape_seq[] = gettext_noop("To escape to command mode, use '+++'.");
+ static const char msg_return_online[] = gettext_noop("Use ATO to return to online mode.");
+
453
454
455
putTtyN (msg_escape_seq, sizeof msg_escape_seq);
0 commit comments