From owner-freebsd-hackers Fri Jan 10 14:01:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA05725 for hackers-outgoing; Fri, 10 Jan 1997 14:01:10 -0800 (PST) Received: from sumatra.americantv.com (sumatra.americantv.com [199.184.181.250]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id OAA05716 for ; Fri, 10 Jan 1997 14:01:01 -0800 (PST) Received: from right.PCS (right.pcs. [148.105.10.31]) by sumatra.americantv.com (8.7.6/8.7.3) with ESMTP id PAA25851; Fri, 10 Jan 1997 15:59:23 -0600 (CST) Received: (jlemon@localhost) by right.PCS (8.6.13/8.6.4) id WAA12979; Fri, 10 Jan 1997 22:00:36 GMT Message-ID: Date: Fri, 10 Jan 1997 16:00:35 -0600 From: jlemon@americantv.com (Jonathan Lemon) To: terry@lambert.org (Terry Lambert) Cc: gilham@csl.sri.com (Fred Gilham), freebsd-hackers@freebsd.org Subject: Re: A cool xterm? References: <199701101606.IAA03133@impulse.csl.sri.com> <199701102014.NAA20438@phaeton.artisoft.com> X-Mailer: Mutt 0.56e Mime-Version: 1.0 In-Reply-To: <199701102014.NAA20438@phaeton.artisoft.com>; from Terry Lambert on Jan 10, 1997 13:14:39 -0700 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Terry Lambert writes: > > Rebuilt the color_xterm port linking with Xaw3d instead of Xaw, and the > > scrollbar's much better. Like the menus better too. ...with these resources: > > ---------------------------------------- > > > > I'm wondering what this means. Is it that people don't like the fact > > that the scrollbar works the way it does? Or is it that they don't > > like the way it looks? What exactly is wrong with the scrollbar? > > It's ugly, it fails the page up/down in the thumb area, it does not > have a single-step up/down button, and it takes too many buttons > on your mouse to make it work efficiently. > > Other than that, there's no problem with it. It's just ugly. (I do like the NeXT scrollbars too). As for usage, I just use the following in my XTerm resource file; it's faster than trying to get the mouse onto the right scrollbar area: *VT100.translations: #override \ CtrlPrior: scroll-back(1,halfpage)\n\ CtrlNext: scroll-forw(1,halfpage)\n\ CtrlInsert: scroll-back(1,line)\n\ CtrlDelete: scroll-forw(1,line) -- Jonathan