Subject: Re: Serial settings for a laser PS printer
To: Ugo Delchini <delchini@lpnhp3.in2p3.fr>
From: noud de brouwer <noud@knot.nl>
List: port-mac68k
Date: 10/03/1995 12:22:13
>I don't know if i should configure the serial port or a PS filter to
>let the PS emulator free the line at the end of a file.

I don't know if it's using getty as well but Jukka Marin on his Amiga made
a patch to it so that it doesn't lock up serial ports as much as it used to
do.

>I added the OPOST flag to getty/subr.c in two places:
>
>        if (NL) {
>                iflag |= ICRNL;
>                oflag |= ONLCR|OPOST;
>        }
>
>...
>
>        if (HT)
>                oflag &= ~OXTABS;
>        else
>                oflag |= OXTABS|OPOST;

If you can't compile i can mail the new getty.
I want to hear your results.
He made several enchangements, maybe we must use it in out tree.
~n