ports/net/tintin++-devel/files/patch-ae
Ade Lovett be2cada2b9 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>
2000-09-26 14:53:16 +00:00

11 lines
332 B
Text

--- 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;