]> git.marmaro.de Git - mmh/blobdiff - uip/mhshowsbr.c
* Added config.sub and config.guess to the list of files to be
[mmh] / uip / mhshowsbr.c
index e76dbaac92cbaaa10b64082346edd92fad48d323..ef6f02c17459c9dfe6632b37bb0fe74ca0b3b3e4 100644 (file)
@@ -509,10 +509,11 @@ show_content_aux2 (CT ct, int serial, int alternate, char *cracked, char *buffer
                read (fileno (stdout), prompt, sizeof(prompt));
            }
            SIGNAL (SIGINT, istat);
-           if (intr != OK) {
+           if (intr != OK || prompt[0] == 'n') {
                (*ct->c_ceclosefnx) (ct);
                return (alternate ? DONE : NOTOK);
            }
+           if (prompt[0] == 'q') done(OK);
        }
     }