[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] Official Atari console app terminal standard?
Even under FreeMinT not all setups have /usr/share and termcap stuffs. I
run FreeMinT very very TOSsy with minimal unixoid directories (and those
are faked wwith symlinks, CrippleMint style).
All in all, it seems hardocded VT52 is still accepted. That's all I need
to know....
Hi Ssb :)
You could check for the TERM env variable. If it's not there, or is set to tw52* or vt52*, use VT52 code. You could also force vt100 terminals to vt52 mode using a special escape sequence.
*) ... Or something like that. Check the toswin sources.
Best regards & happy coding,
PeP