diff options
Diffstat (limited to 'net/tintin++-devel/files/patch-ae')
-rw-r--r-- | net/tintin++-devel/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/tintin++-devel/files/patch-ae b/net/tintin++-devel/files/patch-ae new file mode 100644 index 000000000000..aa766ece6232 --- /dev/null +++ b/net/tintin++-devel/files/patch-ae @@ -0,0 +1,11 @@ +--- rl.c.orig Sun Aug 13 02:40:28 2000 ++++ rl.c Tue Sep 26 13:38:02 2000 +@@ -436,7 +436,7 @@ + /* get a clean screen without the split crap; useful for ^Z, quitting, etc */ + void cleanscreen(void) + { +- system("stty echo"); /* a hack, admittedly */ ++ // system("stty echo"); /* a hack, admittedly */ + + if(!is_split) + return; |