Re: [PATCH] lynx-like jumpkeys

2002-12-22 Thread Tomas Styblo
* Adam Byrtek 'alpha' [EMAIL PROTECTED] [Sun, 22 Dec 2002]: By the way jumpkeys in panel are not too useful, I think it is easier to type part of a real filename than a random number. But I guess it depends on habits. You can disable the jumpkeys in panel and still have them in the listboxes.

RE: Proposed syntax for key sequences

2002-12-22 Thread Pavel Roskin
Hello! echo -ne '\e[?1h\e='; dd Left: ^[OD Ctrl-Left: ^[[D Shift-Left: ^[OD Alt-Left: ^[^[OD I could compile CVS putty (UNIX port), and it shows exactly that. xterm: Left: ^[OD Ctrl-Left: ^[O5D Shift-Left: ^[O2D rxvt: Left: ^[OD Ctrl-Left: ^[Od Shift-Left: ^[[d In fact, Ctrl-arrows

Re: [PATCH] xterm titlebar

2002-12-22 Thread Adam Byrtek 'alpha'
On Sun, Dec 22, 2002 at 03:54:59PM -0500, Pavel Roskin wrote: I think it simplifies the configuration. For now, we can simple replace Xterm hintbar with Use title bar or something like that, and leave I've made patch which implement this. It can be found there: