Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 1997 11:27:14 +0100
From:      j@uriah.heep.sax.de (J Wunsch)
To:        freebsd-hackers@FreeBSD.org
Subject:   Re: A cool xterm?
Message-ID:  <Mutt.19970112112714.j@uriah.heep.sax.de>
In-Reply-To: <199701120904.KAA07861@ocean.campus.luth.se>; from Joachim Isaksson on Jan 12, 1997 10:04:01 %2B0100
References:  <Pine.SOL.3.91.970112000612.11957C-100000@echonyc.com> <199701120904.KAA07861@ocean.campus.luth.se>

next in thread | previous in thread | raw e-mail | index | archive | help
As Joachim Isaksson wrote:

> xterm*VT100.Translations:    #override \
>         <Key>Print:     string("eval `/usr/X11R6/bin/resize`") string(0x0d) \n\
>         Shift<Key>Up:   scroll-back(1,line) \n\
>         Shift<Key>Down: scroll-forw(1,line) \n\
>         <Key>Prior:     scroll-back(1,page) \n\
>         <Key>Next:      scroll-forw(1,page) \n\
>         <Key>Home:      scroll-back(1000,page) \n\
>         <Key>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?

(Btw., resize is a strong misnomer.  It, of course, doesn't resize the
xterm, which would have been a much cooler idea at all. :)

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Mutt.19970112112714.j>