From 75970d689361f6999e15d2f43ae0be9bbdda2680 Mon Sep 17 00:00:00 2001 From: Steffen Nurpmeso Date: Tue, 2 Feb 2021 21:03:52 +0100 Subject: [PATCH] Thank you, Olav! (More fixes for the fix of the fix, that is) --- src/mx/main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mx/main.c b/src/mx/main.c index aacfb506..b976f974 100644 --- a/src/mx/main.c +++ b/src/mx/main.c @@ -364,15 +364,11 @@ a_main_rcv_mode(struct a_main_ctx *mcp){ } /* Enter the command loop */ - if(n_psonce & n_PSO_INTERACTIVE) - mx_tty_init(); /* "load()" more commands given on command line */ if(mcp->mc_Y_cnt > 0 && !n_go_load_lines(TRU1, mcp->mc_Y, mcp->mc_Y_cnt)) n_exit_status = n_EXIT_ERR; else n_go_main_loop(); - if(n_psonce & n_PSO_INTERACTIVE) - mx_tty_destroy((n_psonce & n_PSO_XIT) != 0); if(!(n_psonce & n_PSO_XIT)){ if(mb.mb_type == MB_FILE || mb.mb_type == MB_MAILDIR){ -- 2.11.4.GIT