diff options
author | ade <ade@FreeBSD.org> | 2000-09-26 14:53:16 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-09-26 14:53:16 +0000 |
commit | edd0d10db57ce443a074b92af60692a6e08e78dd (patch) | |
tree | e6a95adce7c497af4dac63e16ace668eee95da8c /net/tintin++-devel/files/patch-ae | |
parent | b01b1afc0d68787a366f01d0d00e6acef72e56a5 (diff) | |
download | FreeBSD-ports-edd0d10db57ce443a074b92af60692a6e08e78dd.zip FreeBSD-ports-edd0d10db57ce443a074b92af60692a6e08e78dd.tar.gz |
Update to 1.83, with chat feature disabled by default.
Maintainer switch from ports@FreeBSD.org
PR: 21553
Submitted by: new maintainer <jhp@cocoja.holywar.net>
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 0000000..aa766ec --- /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; |