From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8a5881c16838c02189f3668a7e5b6d1b@swtch.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] drawterm screen size From: "Russ Cox" Date: Thu, 20 Apr 2006 09:34:46 -0500 In-Reply-To: <82c890d00604192332n7837a1f6t9ce3e778dd1faefa@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 41d12296-ead1-11e9-9d60-3106f5b1d025 > 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