On Sunday 02 November 2003 11:02, Martin Bitter wrote: > Hello, > > I've a little problem with the console window. After starting xBigforth > with large-font it comes up with a width that is so big that it reaches > out my screen (1024x768). Resizing it doesn't help. That makes the > window smaller but now it has a sliding bar and one third of the window > is always out of sight. > > Where have I to tweak to make the windowsize smaller?
map-size (a 2Variable in vocabulary MINOS). best change xbigforth.cnf in your home directory. Add 64 16 map-size 2! after "also minos", this will give you a window with 64 characters wide and 16 height. -- Bernd Paysan "If you want it done right, you have to do it yourself" http://www.jwdt.com/~paysan/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
