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
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
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
...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 ==
4 matches
Mail list logo