mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
906c6edb8c
So make the same localization here that ache made in src/contrib/libreadline/terminal.c rev 1.2. Submitted by: sobomax
15 lines
414 B
C
15 lines
414 B
C
--- lib/readline/terminal.c.orig Tue Feb 6 12:39:22 2001
|
|
+++ lib/readline/terminal.c Wed Apr 11 09:43:44 2001
|
|
@@ -297,7 +297,11 @@
|
|
{ "im", &_rl_term_im },
|
|
{ "kd", &_rl_term_kd },
|
|
{ "kh", &_rl_term_kh }, /* home */
|
|
+#ifdef __FreeBSD__
|
|
+ { "@7", &_rl_term_kH }, /* end */
|
|
+#else
|
|
{ "kH", &_rl_term_kH }, /* end */
|
|
+#endif
|
|
{ "kl", &_rl_term_kl },
|
|
{ "kr", &_rl_term_kr },
|
|
{ "ku", &_rl_term_ku },
|