From bd79dd923832b364a5448554dafce7a22bac773a Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 16 Apr 2008 09:59:32 +0000 Subject: 24821: update notes in FAQ on combining characters, fix up cursor on exit from user-defined widget --- Src/Zle/zle_main.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Src') diff --git a/Src/Zle/zle_main.c b/Src/Zle/zle_main.c index bb5b5156c..440f0cf8a 100644 --- a/Src/Zle/zle_main.c +++ b/Src/Zle/zle_main.c @@ -1344,6 +1344,12 @@ execzlefunc(Thingy func, char **args, int set_bindk) } if (set_bindk) bindk = save_bindk; + /* + * Goodness knows where the user's left us; make sure + * it's not on a combining character that won't be displayed + * directly. + */ + CCRIGHT(); return ret; } -- cgit 1.4.1