9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] drawterm screen size
@ 2006-04-20  6:32 Gabriel Diaz
  2006-04-20 14:34 ` Russ Cox
  0 siblings, 1 reply; 3+ messages in thread
From: Gabriel Diaz @ 2006-04-20  6:32 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

Hello

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. .
.)

thanks

gabi

[-- Attachment #2: Type: text/html, Size: 293 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9fans] drawterm screen size
  2006-04-20  6:32 [9fans] drawterm screen size Gabriel Diaz
@ 2006-04-20 14:34 ` Russ Cox
  2006-04-20 14:37   ` Gabriel Diaz
  0 siblings, 1 reply; 3+ messages in thread
From: Russ Cox @ 2006-04-20 14:34 UTC (permalink / raw)
  To: 9fans

> 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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9fans] drawterm screen size
  2006-04-20 14:34 ` Russ Cox
@ 2006-04-20 14:37   ` Gabriel Diaz
  0 siblings, 0 replies; 3+ messages in thread
From: Gabriel Diaz @ 2006-04-20 14:37 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 732 bytes --]

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
>
>

[-- Attachment #2: Type: text/html, Size: 1073 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-04-20 14:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-20  6:32 [9fans] drawterm screen size Gabriel Diaz
2006-04-20 14:34 ` Russ Cox
2006-04-20 14:37   ` Gabriel Diaz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).