summaryrefslogtreecommitdiff
path: root/shells/bash/files/patch-terminal.c
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash/files/patch-terminal.c')
-rw-r--r--shells/bash/files/patch-terminal.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/shells/bash/files/patch-terminal.c b/shells/bash/files/patch-terminal.c
deleted file mode 100644
index 73e5c793650b..000000000000
--- a/shells/bash/files/patch-terminal.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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 },