Skip to content

Commit

Permalink
Fix help text for set terminal apc
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrg committed Nov 10, 2024
1 parent fb34f91 commit 59caa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kermit/k95/ckuus2.c
Original file line number Diff line number Diff line change
Expand Up @@ -7884,7 +7884,7 @@ static char *hxyterm[] = {
#endif /* OS2 */

#ifdef CK_APC
"SET TERMINAL APC { ON, OFF, NO-INPUT, NO-INPUT-UNCHECKED, UNCHECKED }",
"SET TERMINAL APC { ON, OFF, NO-INPUT, UNCHECKED, UNCHECKED-NO-INPUT }",
#ifdef OS2
" Controls execution of Application Program Commands sent by the host while",
" Kermit is either in CONNECT mode or processing INPUT commands. ON allows",
Expand Down

0 comments on commit 59caa5a

Please sign in to comment.