nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 27be74c17ebb751e3b399204dcf53383c0dcdf76
parent 3334eedb831679f665b35519853427cbe20e103f
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue, 18 Dec 2007 16:47:06 +0000

fix breakage


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4206 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/nano.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/nano.c b/src/nano.c @@ -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;