From: David Lawrence Ramsey Date: Tue, 18 Dec 2007 16:47:06 +0000 (+0000) Subject: fix breakage X-Git-Tag: v2.0.7~5 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=cf650a6691485c2762e39de641f4b75fbde8fa7a;p=nano.git fix breakage git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_2_0_branch/nano@4206 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/nano.c b/src/nano.c index bf59a14b..24883f71 100644 --- a/src/nano.c +++ b/src/nano.c @@ -1336,6 +1336,8 @@ void terminal_init(void) #ifdef USE_SLANG disable_signals(); + if (!ISSET(PRESERVE)) + disable_flow_control(); tcgetattr(0, &newterm); newterm_set = TRUE;