]> diplodocus.org Git - nmh/blobdiff - uip/mshcmds.c
Explictly return the exit code, so we can portably guarantee that
[nmh] / uip / mshcmds.c
index f91f277afdabd7a615fa5f22d153325901427180..3a5f98fa4add71b9bb0f0370ad8a1cec7f4ac9f2 100644 (file)
@@ -2070,7 +2070,7 @@ scancmd (char **args)
        }
 
     if (clearsw)
-       clear_screen ();
+       nmh_clear_screen ();
 }