[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Run from desktop or shell?



Hello

When launch a prog, toswin2 made a new env in function "normal_env()"
for this it take AES env then correct or add some env for it like
TERM if emulation is VT52 it should put TERM=tw52 if emulation is
VT100 it put TERM=tw100
So if you not find any diffrence this is probably that in your AES
env TERM is already with tw52, that is not correct it should be to
st52 this is probably define in mint.cnf or perhaps in your aes
config file.

Actually, the variable is set in /etc/ttytab. And it doesn't seem to be
overidden by TosWin2. So I suppose I can't do much about it. Maybe this
happens because the AES is executed by init?


I just test it when I use init, you have true in this case TERM for prg is tw52


If it's for you only for tests, just change emulation option of toswin2 for tw100
in this case TERM=tw100 for tos softwares. Really this is not cool!

Notice that toswin2 add for me some other env values COLORTERM LINES and COLUMNS
not avaible when aes is launch by init.

Olivier