diff --git a/win/X11/winX.c b/win/X11/winX.c index 8d097a791..c885e3d82 100644 --- a/win/X11/winX.c +++ b/win/X11/winX.c @@ -2081,6 +2081,8 @@ char def; /* default response if user hits or */ nh_XtPopdown(yn_popup); /* this removes the event grab */ } + pline("%s%c", buf, (yn_return != '\033') ? yn_return : '\0'); + return yn_return; }