From owner-freebsd-hackers Sun Jan 12 04:46:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA25789 for hackers-outgoing; Sun, 12 Jan 1997 04:46:29 -0800 (PST) Received: from ocean.campus.luth.se (ocean.campus.luth.se [130.240.194.116]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id EAA25781 for ; Sun, 12 Jan 1997 04:46:27 -0800 (PST) Received: (from ic@localhost) by ocean.campus.luth.se (8.7.5/8.7.3) id NAA08392; Sun, 12 Jan 1997 13:48:03 +0100 (MET) From: Joachim Isaksson Message-Id: <199701121248.NAA08392@ocean.campus.luth.se> Subject: Re: A cool xterm? To: joerg_wunsch@uriah.heep.sax.de Date: Sun, 12 Jan 1997 13:48:03 +0100 (MET) Cc: freebsd-hackers@FreeBSD.org In-Reply-To: from J Wunsch at "Jan 12, 97 11:27:14 am" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > As Joachim Isaksson wrote: > >> xterm*VT100.Translations: #override \ >> Print: string("eval `/usr/X11R6/bin/resize`") string(0x0d) \n\ >> ShiftUp: scroll-back(1,line) \n\ >> ShiftDown: scroll-forw(1,line) \n\ >> Prior: scroll-back(1,page) \n\ >> Next: scroll-forw(1,page) \n\ >> Home: scroll-back(1000,page) \n\ >> End: scroll-forw(1000,page) >> >> Page up/down for screen up/down, shift arrow up/down for line up/down, >> Home/End for start/end of scrollback and PrtSc to get resize evaluated. > > What's that resize crap^H^H^H^Hstuff good for? I never found a good > excuse to have it. Does the terminal window size structure not work > for you? Not when I log onto another computer over 'tip' in a local xterm for some reason... :( (was setting up a somewhat 'odd' network the other day and having contact over the serial port, not just the network, was VERY helpful. But, alas, in this case it was more of an example of keyboard mapping. > (Btw., resize is a strong misnomer. It, of course, doesn't resize the > xterm, which would have been a much cooler idea at all. :) Ack, then we'd had all kinds of windows jumping around resizing themselves. It would feel just like running Internet Explorer on 32 bit Windows. >:) /Joachim