* Aaron Griffin <[EMAIL PROTECTED]> [2005-08-29 09:58 -0500]:
> I've been trying to setup the "automatically enter copy mode to scroll"
> with C-Up/C-Down.
[snip]
> I've tried a variety of quoted-insert values.  It seems to work fine for
> xterm and putty (from work), but when trying to do this under urxvt, it
> doesn't do anything (C-Up/C-Down are passed through to the application)

Well, if they're being passed through to the application, that's good in a
sense--at least the terminal emulator isn't intercepting them.  To see
what sequence you need to capture, just do

  cat > /dev/null

then press C-v (which will quote the leading escape character) and press
C-Up (or any other key you want to try).  When I do it with xterm, I see
something like this:

  $ cat > /dev/null
  ^[[5;2~

The "^[" represents the escape character (as you probably know; I'm just
being completist).  Use C-d to stop cat and get back to your shell.

-- 
...computer contrarian of the first order... / http://aperiodic.net/phil/
PGP: 026A27F2  print: D200 5BDB FC4B B24A 9248  9F7A 4322 2D22 026A 27F2
--- --
He who fights with monsters might take care lest he thereby become a
monster.  And if you gaze for long into an abyss, the abyss gazes also
into you.
                       -- Friedrich Nietzsche
---- --- --


_______________________________________________
screen-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to