diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-08-21 21:33:37 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-08-21 21:33:37 +0100 |
commit | 881474edcb223ac22a08d81a824809c33ca3a9c9 (patch) | |
tree | 65027758c6d446ccb8c2919c7821508651d9933c /Src/Zle/zle_misc.c | |
parent | f4c37a78b150005b59801b0a2fdbb36b50a293be (diff) | |
download | zsh-881474edcb223ac22a08d81a824809c33ca3a9c9.tar.gz zsh-881474edcb223ac22a08d81a824809c33ca3a9c9.tar.xz zsh-881474edcb223ac22a08d81a824809c33ca3a9c9.zip |
unposted: fix up for 5.0.8-test-2 zsh-5.0.8-test-2
Diffstat (limited to 'Src/Zle/zle_misc.c')
-rw-r--r-- | Src/Zle/zle_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/zle_misc.c b/Src/Zle/zle_misc.c index d25e4ebef..2d1862813 100644 --- a/Src/Zle/zle_misc.c +++ b/Src/Zle/zle_misc.c @@ -738,7 +738,7 @@ yankpop(UNUSED(char **args)) } /**/ -char * +mod_export char * bracketedstring(void) { static const char endesc[] = "\033[201~"; |