Hello

After a windows blue screen now drawterm use all the screen,
if it crash again i will take notes to be sure drawterm has no relation
with the error.

thank you very much


gabi


On 4/20/06, Russ Cox <rsc@swtch.com> wrote:
> A new monitor arrived today, and for the first time the drawterm defaut
> screen size become smaller than
> the monitor i have.
>
> I'm running at 1920x1440.
>
> where can i change drawterm to allow that size? (if it is trivial to do. .
> .)

drawterm asks the underlying graphics system
(ms windows or x windows) what the size of the
screen is and uses that as the maximum size.
the code is in gui-win32/screen.c or gui-x11/screen.c.
look for screeninit.

russ