summaryrefslogtreecommitdiff
path: root/shells/fd/files/patch-input.c
diff options
context:
space:
mode:
Diffstat (limited to 'shells/fd/files/patch-input.c')
-rw-r--r--shells/fd/files/patch-input.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/shells/fd/files/patch-input.c b/shells/fd/files/patch-input.c
new file mode 100644
index 000000000000..1a242ed8cb19
--- /dev/null
+++ b/shells/fd/files/patch-input.c
@@ -0,0 +1,13 @@
+[FDclone-users:00278]
+ Disable path name completion RENAME_FILE.
+--- input.c.orig Sat Apr 24 01:46:44 2004
++++ input.c Sun May 23 05:52:56 2004
+@@ -2506,7 +2506,7 @@
+ #ifndef _NOCOMPLETE
+ case '\t':
+ keyflush();
+- if (selectlist) {
++ if (h < 0 || selectlist) {
+ ringbell();
+ break;
+ }