xdemos: On termination with `esc` close the contexts correctly.
diff --git a/progs/xdemos/manywin.c b/progs/xdemos/manywin.c
index cfea555..ee357f3 100644
--- a/progs/xdemos/manywin.c
+++ b/progs/xdemos/manywin.c
@@ -286,7 +286,7 @@
                         XLookupString(&event.xkey, buf, sizeof(buf), &keySym, &stat);
                         switch (keySym) {
                            case XK_Escape:
-                              exit(0);
+                              return;
                               break;
                            case XK_d:
                            case XK_D: