Bug#563828: #563828 finch: GNT shortcuts do not work in Xterm

2010-01-17 Thread Thomas Dickey
On Sun, 17 Jan 2010, Ari Pollak wrote: Thomas Dickey wrote: ...as an example, looking at this chunk in gntkeys.c, almost all of it is incorrect: What's incorrect about it, other than not using terminfo? It makes assumptions about the corresponding terminal descriptions which don't match any

Bug#563828: #563828 finch: GNT shortcuts do not work in Xterm

2010-01-17 Thread Ari Pollak
Thomas Dickey wrote: > ...as an example, looking at this chunk in gntkeys.c, almost all of > it is incorrect: What's incorrect about it, other than not using terminfo? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listma

Bug#563828: #563828 finch: GNT shortcuts do not work in Xterm

2010-01-09 Thread Thomas Dickey
finch has a lot of hardcoded stuff rather than using the terminal description - gntkeys.c for instance. That's compounded with konsole setting $TERM to xterm, of course. If the hardcoding in finch were cleared up, then this would be just a konsole bug. -- Thomas E. Dickey http://invisible-isla

Bug#563828: #563828 finch: GNT shortcuts do not work in Xterm

2010-01-09 Thread Thomas Dickey
...as an example, looking at this chunk in gntkeys.c, almost all of it is incorrect: void gnt_init_keys() { const char *controls[] = {"", "c-", "ctrl-", "ctr-", "ctl-", NULL}; const char *alts[] = {"", "alt-", "a-", "m-", "meta-", NULL}; int c, a, ch; char key[32]; if (term ==