jed-users mailing list

[2010 Date Index] [2010 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [Jed-users-l] Bug report


Manfred Hanke <Manfred.Hanke@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> Using ^Q, I now do get different results for Ctrl + Up/Down/Right/Left, 
> namely "^[[1;5A" / "^[[1;5B" / "^[[1;5C" / "^[[1;5D".
>
> (2.) The S-Lang source code distribution (I don't know about binary 
> packages) comes along with a nice little program called `untic', which 
> can be built using `cd slang/src; make untic`. untic prints a lot of 
> terminal information. Lucky who can read it!

The main problem is that the terminfo databases do not define an entry
for non-standard control keys such as Ctrl-Up. So even `untic` will
not show this information because it is simply not there.  This means
that jed itself has no idea what the terminal uses (if anything) for
this key combination.  In contrast, xjed has much more control over
the keyboard, which is why Ctrl-Up works in xjed but may not work in
jed.

I hope this helps.
Thanks,
--John
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


[2010 date index] [2010 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]