[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] Stairs effect on MiNT console
On 11/01/2013 15:46, Vincent Rivière wrote:
I'm going to try that.
A few test from Linux and Cygwin:
# To switch the terminal to RAW+ONLCR
# Note: the opost flag is required to enable further
# output processing such as onlcr
stty raw opost onlcr
# To switch the terminal to COOKED
stty cooked
# To do that on the system console (needs root rights)
stty -F /dev/console raw opost onlcr
stty -F /dev/console cooked
First, I will add support for that in FreeMiNT.
Then we will use RAW+ONLCR in XaAES.
--
Vincent Rivière