diff --git a/exec/classic_shell.js b/exec/classic_shell.js index 7ef3e414e22e69bd6fe82b7df382859a758fc9dd..1c1752926789296b576bbc2e7bd4ba0f86e2445a 100644 --- a/exec/classic_shell.js +++ b/exec/classic_shell.js @@ -51,7 +51,7 @@ while(1) { console.putmsg("@TUSED@",P_SAVEATR); else console.putmsg("@TLEFT@",P_SAVEATR); - console.print(" nc[h@GN@nc] @GRP@ [h@SN@nc] @SUB@: n"); + console.putmsg(" nc[h@GN@nc] @GRP@ [h@SN@nc] @SUB@: n",P_SAVEATR); // Get key (with / extended commands allowed) str=get_next_key(); @@ -668,7 +668,7 @@ file_transfers: console.putmsg("@TUSED@",P_SAVEATR); else console.putmsg("@TLEFT@",P_SAVEATR); - console.print(" nc(h@LN@nc) @LIB@ (h@DN@nc) @DIR@: n"); + console.putmsg(" nc(h@LN@nc) @LIB@ (h@DN@nc) @DIR@: n",P_SAVEATR); // Get key (with / extended commands allowed) str=get_next_key();