diff options
author | ache <ache@FreeBSD.org> | 1999-05-28 04:52:29 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-05-28 04:52:29 +0000 |
commit | 6bb2b97c939a04be12b9659815d5d67172ad7ce3 (patch) | |
tree | 709c30e30562f55712c16f58e544b4396f91acc0 /contrib/libreadline/terminal.c | |
parent | 63ee6a9447dfce5e9e3e2081d6da2f1e9917529c (diff) | |
download | FreeBSD-src-6bb2b97c939a04be12b9659815d5d67172ad7ce3.zip FreeBSD-src-6bb2b97c939a04be12b9659815d5d67172ad7ce3.tar.gz |
fix End key name
Diffstat (limited to 'contrib/libreadline/terminal.c')
-rw-r--r-- | contrib/libreadline/terminal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libreadline/terminal.c b/contrib/libreadline/terminal.c index c22ec51..e62b76c 100644 --- a/contrib/libreadline/terminal.c +++ b/contrib/libreadline/terminal.c @@ -262,7 +262,7 @@ static struct _tc_string tc_strings[] = "im", &term_im, "kd", &term_kd, "kh", &term_kh, /* home */ - "kH", &term_kH, /* end */ + "@7", &term_kH, /* end */ "kl", &term_kl, "kr", &term_kr, "ku", &term_ku, |