Removed the check for hardcopy terminals. There won't be any today.
[mmh] / uip / mhl.c
index 017d2f7..b1410ad 100644 (file)
--- a/uip/mhl.c
+++ b/uip/mhl.c
@@ -269,7 +269,6 @@ void clear_screen(void);  /* from termsbr.c */
 int SOprintf(char *, ...);  /* from termsbr.c */
 int sc_width(void);  /* from termsbr.c */
 int sc_length(void);  /* from termsbr.c */
-int sc_hardcopy(void);  /* from termsbr.c */
 
 
 int
@@ -410,7 +409,7 @@ main(int argc, char **argv)
                folder = getenv("mhfolder");
 
        if (isatty(fileno(stdout))) {
-               if (!sc_hardcopy() && moreproc && *moreproc != '\0') {
+               if (moreproc && *moreproc) {
                        if (mhl_action) {
                                SIGNAL(SIGINT, SIG_IGN);
                                SIGNAL2(SIGQUIT, quitser);