mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
Maintainer switch from ports@FreeBSD.org PR: 21553 Submitted by: new maintainer <jhp@cocoja.holywar.net>
11 lines
332 B
Text
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;
|