Subversion Repositories SvarDOS

Rev

Rev 426 | Rev 438 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 426 Rev 437
Line 305... Line 305...
305
    char far *cmdline = MK_FP(rmod_seg, RMOD_OFFSET_INPBUFF + 2);
305
    char far *cmdline = MK_FP(rmod_seg, RMOD_OFFSET_INPBUFF + 2);
306
    unsigned char far *echostatus = MK_FP(rmod_seg, RMOD_OFFSET_ECHOFLAG);
306
    unsigned char far *echostatus = MK_FP(rmod_seg, RMOD_OFFSET_ECHOFLAG);
307
 
307
 
308
    if (*echostatus != 0) outputnl(""); /* terminate the previous command with a CR/LF */
308
    if (*echostatus != 0) outputnl(""); /* terminate the previous command with a CR/LF */
309
 
309
 
-
 
310
    /* (re)load translation strings if needed */
-
 
311
    nls_langreload(BUFFER, *rmod_envseg);
-
 
312
 
310
    SKIP_NEWLINE:
313
    SKIP_NEWLINE:
311
 
314
 
312
    /* print shell prompt (only if ECHO is enabled) */
315
    /* print shell prompt (only if ECHO is enabled) */
313
    if (*echostatus != 0) {
316
    if (*echostatus != 0) {
314
      char *promptptr = BUFFER;
317
      char *promptptr = BUFFER;