]> git.wh0rd.org Git - nano.git/commitdiff
fix breakage
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 18 Dec 2007 16:47:06 +0000 (16:47 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 18 Dec 2007 16:47:06 +0000 (16:47 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4206 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.c

index a6c6a7683a0f08ba50072625ee2cc1fa79fa443a..f60a33869f686e82d00d12d97a01c6f1ef8f8023 100644 (file)
@@ -1338,6 +1338,8 @@ void terminal_init(void)
 
 #ifdef USE_SLANG
        disable_signals();
+       if (!ISSET(PRESERVE))
+           disable_flow_control();
 
        tcgetattr(0, &newterm);
        newterm_set = TRUE;