Francois,

Yes, the TERM variable is used in cursor.c and edin.c.

I'm not sure what you mean by "enlarge" the axiom output. This and
the comment about ascii art are related. Axiom uses CHARYBDIS-like
output which is output intended for a typewriter. Thus it uses the
current font and trivial characters in the font. You can choose to
output tex but you have to interpret the result using something 
that understands tex.

The column issue is easy to fix:

)set output length 130 

The range is from 10 to 245 inclusive. You can find the current
output length with:

)set output length


t


_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to