Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Mon, 10 Feb 2003 18:14:03 -0500 (EST) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: S cc: cygwin AT cygwin DOT com Subject: Re: page up and page down keys [in rxvt] In-Reply-To: <20030210215623.49367.qmail@web10608.mail.yahoo.com> Message-ID: Importance: Normal MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Should (note, *should*) be as simple as running setup, checking the "Src" box for rxvt, editing /usr/src/rxvt-2.7.9-4/src/feature.h to uncomment "#define UNSHIFTED_SCROLLKEYS", and then running (cd /usr/src/rxvt-2.7.9-4; ./configure; make; make install). This will put your new rxvt binary in /usr/local/bin. You can also define UNSHIFTED_SCROLLKEYS via a configure argument (exact method left as an exercise for the reader). Igor On Mon, 10 Feb 2003, you (whoever you are) wrote: > I appreciate your reply. I am not really sure how to > go about recompiling rxvt. I downloaded the package > rxvt-2.7.9-4.tar.bz2 and installed it using the cygwin > setup. Would it be possible for you to explain me how > to do this, or is it too complicated? > > --- Igor Pechtchanski wrote: > > I don't think these are tcsh commands. The bindings are in the code of > > rxvt itself. If you want regular PgUp/PgDn to work, try recompiling rxvt > > from source with UNSHIFTED_SCROLLKEYS defined. > > Igor > > > > On Mon, 10 Feb 2003, S wrote: > > > > > Thanks. Do you know what the commands are for > > > these functions? > > > I am trying to rebind these keys to "Page Up" and > > > "Page Down", without the shift, in tcsh. I have tried > > > setting up a bindkey command in my .cshrc, and I have > > > found that bindkey '^[[5~' and bindkey '^[[6~' are the > > > correct buttons, but I cannot find the commands to > > > which these should be bound. > > > > > > --- Igor Pechtchanski wrote: > > > > On Mon, 10 Feb 2003, you (whoever you are) wrote: > > > > > > > > > Hello All: > > > > > > > > > > after running rxvt -e tcsh or rxvt -e bash to open up > > > > > a terminal window, how do I make "Page Up" and "Page > > > > > Down" keys scroll the window up and down, so I can > > > > > look at previous output from my terminal window? > > > > > > > > Try Shift-PgUp and Shift-PgDn, I think... This > > > > should be buried somewhere > > > > on the rxvt manpage. > > > > Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! Oh, boy, virtual memory! Now I'm gonna make myself a really *big* RAMdisk! -- /usr/games/fortune -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/