From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] Introducing bsflite, AIM for Plan9 Date: Wed, 12 Jan 2005 15:09:23 +0000 From: rog@vitanuova.com In-Reply-To: <20050112143917.GD15523@staticky.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 2c2bafa4-eace-11e9-9e20-41e7f4b1d025 > However, I haven't figured out how to get the terminal dimensions > for a rio shell window, and thus it's hardcoded to 80x24. see /sys/src/cmd/mc.c for an example of a program that does this. why do you need to know the terminal dimensions? PS. where's the source?