summaryrefslogtreecommitdiff
path: root/dev-tcltk/tclreadline/files/tclreadline-2.1.0-rl-prompt.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-tcltk/tclreadline/files/tclreadline-2.1.0-rl-prompt.patch
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-tcltk/tclreadline/files/tclreadline-2.1.0-rl-prompt.patch')
-rw-r--r--dev-tcltk/tclreadline/files/tclreadline-2.1.0-rl-prompt.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-tcltk/tclreadline/files/tclreadline-2.1.0-rl-prompt.patch b/dev-tcltk/tclreadline/files/tclreadline-2.1.0-rl-prompt.patch
deleted file mode 100644
index a10a404100d3..000000000000
--- a/dev-tcltk/tclreadline/files/tclreadline-2.1.0-rl-prompt.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur a/tclreadline.c b/tclreadline.c
---- a/tclreadline.c 2013-11-16 20:14:28.876272386 +0100
-+++ b/tclreadline.c 2013-11-16 20:37:47.455986902 +0100
-@@ -234,7 +234,7 @@
-
- rl_callback_handler_install(
- objc == 3 ? Tcl_GetStringFromObj(objv[2], 0)
-- : "%", TclReadlineLineCompleteHandler);
-+ : "% ", TclReadlineLineCompleteHandler);
-
- Tcl_CreateFileHandler(0, TCL_READABLE,
- TclReadlineReadHandler, (ClientData) NULL);