Proper terminal width



On Tue, Jun 12, 2007 at 01:35:44AM +0400, ????? ????? wrote:
[...]

> Would you give me a hand?

Not exactly what you asked for, but another alternative.

I made a workaround for this some time ago, it only runs at maxima
startup but it is better than nothing. It is also quite
system-dependant.

Insert the following into ~/.maxima/maxima-init.mac:

system("echo 'linel : '$(tput cols)';' > /home/myuser/.maxima/term.mac");
load("/home/myuser/.maxima/term.mac");

and replace myuser with your username (this assumes you are running on
some form of unix system).

-- 
with kind regards
Thor Andreassen