Path: utzoo!attcan!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: alt.sources Subject: Re: uustatus 1.1 dumps core with large screens Keywords: HDB uucp uustat uustatus core dump Wyse WY-60 Message-ID: <957@auspex.UUCP> Date: 5 Feb 89 21:34:32 GMT References: <674@ctisbv.UUCP> <1231@unisec.usi.com> Reply-To: guy@auspex.UUCP (Guy Harris) Distribution: alt Organization: Auspex Systems, Santa Clara Lines: 9 >There is an array called "tline" on about line 50 or so (right before >you get to main() ) that's set up as 24 X 80. Change that to the >maximum number of lines and columns on your screen and it should >work fine. Or just "malloc" the array based on what "curses"/"terminfo" tells you is the screen size and fix the problem once and for all (or, at least, until you run it under a window system that lets you resize windows...).