]> code.citadel.org Git - citadel.git/blobdiff - citadel/commands.c
* Populate IPC into a few more places to avoid a nasty crash at MORE prompt
[citadel.git] / citadel / commands.c
index c00d389af1a3ee435b6fca941e3d933155444261..26128b995de8599153447788157e48cd91bc2e14 100644 (file)
@@ -157,7 +157,7 @@ int checkpagin(int lp, unsigned int pagin, unsigned int height)
        if (!pagin) return(0);
        if (lp>=(height-1)) {
                set_keepalives(KA_HALF);
-               hit_any_key();
+               hit_any_key(ipc_for_signal_handlers);   /* Cheating -IO */
                set_keepalives(KA_YES);
                return(0);
        }