projects
/
nano.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d64d622
)
fix breakage
author
David Lawrence Ramsey
<pooka109@gmail.com>
Tue, 18 Dec 2007 16:47:06 +0000
(16:47 +0000)
committer
David 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/branches/nano_2_0_branch/nano@4206
35c25a1d
-7b9e-4130-9fde-
d3aeb78583b8
src/nano.c
patch
|
blob
|
history
diff --git
a/src/nano.c
b/src/nano.c
index bf59a14b87e4301818ecd24b8001ece062d2bcec..24883f71e08fc1a8fa429ef4a6ec7370fc310420 100644
(file)
--- 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;