Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Hannu E K Nevalainen (garbage mail)" <garbage_collector AT telia DOT com> To: <cygwin AT cygwin DOT com> Subject: RE: Customizing rxvt Date: Sat, 26 Apr 2003 00:04:22 +0200 Message-ID: <NGBBLLIAMFLGJEOAJCCEGEOBCOAA.garbage_collector@telia.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Importance: Normal In-Reply-To: <vk5u6yv6dqgc$.dlg@thorstenkampe.de> > From: cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT 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/