Customizing rxvt

Hannu E K Nevalainen (garbage mail) garbage_collector@telia.com
Fri Apr 25 23:18:00 GMT 2003


> From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com]On Behalf
> Of Thorsten Kampe

> | ! keysym.sym:         keysym

with reference to
	$ info rxvt

 If I have understood that one correctly; it should be possible to use it to
bind "Home" and "End" keys to the same functions as CTRL+A and CTRL+E
respectively.

 Am I totally out in the blue?

This info might help in:
--
$ cat | od -t x2z
<Home><Enter>
<End><Enter>
<Ctrl+D>
0000000 5b1b 7e37 0a0d 5b1b 7e38 0a0d            >.[7~...[8~..<
0000014
--

I did expect these lines in ~/.Xdefaults to be the remedy... but no.
--
Rxvt.keysym.7e37:       ^A
Rxvt.keysym.7e38:       ^E
--



/Hannu E K Nevalainen, Mariefred, Sweden
--

 Hmm... are these - *huge* and misaligned - numbers normal?
They irritate my estetic mind ;-}

$ ps
      PID    PPID    PGID     WINPID  TTY  UID    STIME COMMAND
  90327023       1 90327023 4294562669    0  500 21:44:30 /usr/bin/RXVT
   790695 90327023  790695 4291779393    1  500 21:44:30 /usr/bin/BASH
   318395       1  318395 4293945521    2  500 22:00:10 /usr/bin/RXVT
  3182119  318395 3182119 4204698781    3  500 22:00:10 /usr/bin/BASH
I  805571 3182119  805571 4293935613    3  500 22:01:35 /usr/bin/NANO
  1008539       1 1008539 4294167457    4  500 22:01:56 /usr/bin/RXVT
I 90260095 1008539 90260095 4204694845    5  500 22:01:56 /usr/bin/BASH
S  316935  790695  316935 4294176901    1  500 22:14:10 /usr/bin/bash
  90342159  790695 90342159 4204614177    1  500 22:14:18 /usr/bin/PS

[1]+  Stopped                 bash --login -i

$
<REBOOT>
$ ps
      PID    PPID    PGID     WINPID  TTY  UID    STIME COMMAND
   456725       1  456725 4294880799    0  500 22:25:28 /usr/bin/RXVT
   928445  456725  928445 4294026743    1  500 22:25:29 /usr/bin/BASH
  1031373  928445 1031373 4293949091    1  500 22:25:42 /usr/bin/PS

$ xvt

$ ps
      PID    PPID    PGID     WINPID  TTY  UID    STIME COMMAND
   456725       1  456725 4294880799    0  500 22:25:28 /usr/bin/RXVT
   928445  456725  928445 4294026743    1  500 22:25:29 /usr/bin/BASH
  1024517       1  446293 4293930539    1  500 22:25:51 /usr/bin/rxvt
I 1016645 1024517 1016645 4293939351    2  500 22:25:52 /usr/bin/BASH
   942657       1  946293 4293951475    2  500 22:25:55 /usr/bin/RXVT
I 3186841  942657 3186841 4294019347    3  500 22:25:55 /usr/bin/BASH
   985897       1  985573 4293984111    3  500 22:25:58 /usr/bin/RXVT
I  993897  985897  993897 4293970483    4  500 22:25:58 /usr/bin/BASH
  1007541  928445 1007541 4291785411    1  500 22:26:03 /usr/bin/PS

$ ps
      PID    PPID    PGID     WINPID  TTY  UID    STIME COMMAND
   456725       1  456725 4294880799    0  500 22:25:28 /usr/bin/RXVT
   928445  456725  928445 4294026743    1  500 22:25:29 /usr/bin/BASH
  1024517       1  446293 4293930539    1  500 22:25:51 /usr/bin/rxvt
I 1016645 1024517 1016645 4293939351    2  500 22:25:52 /usr/bin/BASH
   942657       1  946293 4293951475    2  500 22:25:55 /usr/bin/RXVT
I 3186841  942657 3186841 4294019347    3  500 22:25:55 /usr/bin/BASH
   985897       1  985573 4293984111    3  500 22:25:58 /usr/bin/RXVT
I  993897  985897  993897 4293970483    4  500 22:25:58 /usr/bin/BASH
  1043525       1 1037309 4293975207    4  500 22:26:17 /usr/bin/RXVT
I 1044049 1043525 1044049 4291774311    5  500 22:26:17 /usr/bin/bash
  97903713       1 97906605 4197115403    5  500 22:26:23 /usr/bin/RXVT
I 97905141 97903713 97905141 4293964083    6  500 22:26:23 /usr/bin/bash
  97849421  928445 97849421 4293962691    1  500 22:26:28 /usr/bin/PS

$ cat scripts/xvt
#!/bin/bash

rxvt \
 -e /usr/bin/bash --login -i \
 &

$

--END OF MESSAGE--






--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list