aboutsummaryrefslogtreecommitdiff
path: root/shells/bash/files/patch-lib::readline::display.c
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-03 08:55:45 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-03 08:55:45 +0000
commit03edf9b7fc6849d310104fbe221bd4cd3c90df71 (patch)
tree0bdc7ce5aa5223828130dad742db7827d48ae895 /shells/bash/files/patch-lib::readline::display.c
parent1fd6020bd224b4a396a62ba0710cb358ff82de5b (diff)
- Reset maintainer of shells/bash, shells/bash-static
- Takeover maintainership - Merge changes from shells/bash-devel this updates the port to 4.3 - Remove the now useless -devel ports - Document change in ports/MOVED Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=346866
Diffstat (limited to 'shells/bash/files/patch-lib::readline::display.c')
-rw-r--r--shells/bash/files/patch-lib::readline::display.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/shells/bash/files/patch-lib::readline::display.c b/shells/bash/files/patch-lib::readline::display.c
deleted file mode 100644
index f05f78b72c7d..000000000000
--- a/shells/bash/files/patch-lib::readline::display.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/readline/display.c.orig 2009-01-04 11:32:32.000000000 -0800
-+++ lib/readline/display.c 2009-03-08 00:51:31.000000000 -0800
-@@ -654,5 +654,8 @@ rl_redisplay ()
- /* inv_lbreaks[i] is where line i starts in the buffer. */
- inv_lbreaks[newlines = 0] = 0;
-+ if (local_prompt)
- lpos = prompt_physical_chars + modmark;
-+ else
-+ lpos = 0;
-
- #if defined (HANDLE_MULTIBYTE)