Lines 1-6
Link Here
|
1 |
--- src/run_posix.cxx.orig 2009-01-25 17:01:58.000000000 +0000 |
1 |
--- src/run_posix.cxx.orig 2014-05-12 04:32:03.000000000 +0800 |
2 |
+++ src/run_posix.cxx 2009-03-09 01:08:38.080801315 +0000 |
2 |
+++ src/run_posix.cxx 2014-05-12 04:32:24.000000000 +0800 |
3 |
@@ -59,7 +59,7 @@ |
3 |
@@ -60,7 +60,7 @@ |
4 |
#if defined(HAVE_TERMIOS_H) |
4 |
#if defined(HAVE_TERMIOS_H) |
5 |
struct termios term; |
5 |
struct termios term; |
6 |
tcgetattr( STDOUT_FILENO, &term ); |
6 |
tcgetattr( STDOUT_FILENO, &term ); |
Lines 9-20
Link Here
|
9 |
|
9 |
|
10 |
pid = pty_fork( &master, 0, &term, 0 ); |
10 |
pid = pty_fork( &master, 0, &term, 0 ); |
11 |
#else |
11 |
#else |
12 |
@@ -171,7 +171,7 @@ |
|
|
13 |
#if defined(HAVE_TERMIOS_H) |
14 |
struct termios term; |
15 |
tcgetattr( STDOUT_FILENO, &term ); |
16 |
- term.c_oflag &= ~( OLCUC | ONLCR ); |
17 |
+ term.c_oflag &= ~ONLCR; |
18 |
|
19 |
tsPid = pty_fork( &master, 0, &term, 0 ); |
20 |
#else |