]> diplodocus.org Git - nmh/blobdiff - sbr/terminal.c
Put, rather than print, single characters.
[nmh] / sbr / terminal.c
index 5ba6dcd115dceb695a5de794812283aedb6283d3..5f37116c4f5bbe26e162e7d78e0a154a60046e65 100644 (file)
@@ -120,7 +120,7 @@ nmh_clear_screen (void)
     if (ti_clear)
        tputs (ti_clear, LI, outc);
     else {
-       printf ("\f");
+       putchar('\f');
     }
 
     fflush (stdout);