Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 8/23/84; site ucbcad.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!whuxl!whuxlm!akgua!mcnc!decvax!ucbvax!ucbcad!faustus From: faustus@ucbcad.UUCP Newsgroups: net.unix-wizards Subject: Re: Re: TERMCAPs extensions... Message-ID: <179@ucbcad.UUCP> Date: Wed, 10-Apr-85 02:48:51 EST Article-I.D.: ucbcad.179 Posted: Wed Apr 10 02:48:51 1985 Date-Received: Sat, 13-Apr-85 04:46:28 EST References: <9739@brl-tgr.ARPA> Organization: UC Berkeley CAD Group, Berkeley, CA Lines: 12 > The trouble with such simple schemes is that window sizes change, > and one would like to be able to find out the present window size > at will. As a side-effect of Teletype 5620 DMD software development > and probably Sun Microsystems work on windows, it appears that future > releases of 4.nBSD will store window information in the terminal data > structure and have ioctls for fetching and changing this information. In fact there is a signal, SIGWINCH, in 4.3 which gets sent whenever a window size changes. It gets propagated over rlogin, so your remote vi's can know when you change your window size on a local sun, for instance... Wayne