about summary refs log tree commit diff
path: root/Src/Zle/zle_main.c
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-01-14 00:04:11 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-01-14 00:04:12 +0000
commit5cf6ae00564dd01a0c3c9e82b2ea504d609882e7 (patch)
tree3b4f5803778cba6acbe78ce318308eacf19ed706 /Src/Zle/zle_main.c
parenta8a00be442370ce491f9cc22a3fa0b4853feecb5 (diff)
downloadzsh-5cf6ae00564dd01a0c3c9e82b2ea504d609882e7.tar.gz
zsh-5cf6ae00564dd01a0c3c9e82b2ea504d609882e7.tar.xz
zsh-5cf6ae00564dd01a0c3c9e82b2ea504d609882e7.zip
37590: Invoke zle-line-pre-redraw during isearch.
Diffstat (limited to 'Src/Zle/zle_main.c')
-rw-r--r--Src/Zle/zle_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/Zle/zle_main.c b/Src/Zle/zle_main.c
index 7862d48fb..6e2bfded8 100644
--- a/Src/Zle/zle_main.c
+++ b/Src/Zle/zle_main.c
@@ -1025,7 +1025,8 @@ getrestchar(int inchar, char *outstr, int *outcount)
 /**/
 #endif
 
-static void redrawhook()
+/**/
+void redrawhook(void)
 {
     Thingy initthingy;
     if ((initthingy = rthingy_nocreate("zle-line-pre-redraw"))) {