X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=tack%2Foutput.c;h=fac566e3b8a0b4adc0d9612fe68efa7e51904f8f;hp=3c419a8b48bc02ee7aa75c2730cb3631c9f949e5;hb=b1f61d9f3aa244512045a6b02e759825d7049d34;hpb=0eb88fc5281804773e2a0c7a488a4452463535ce diff --git a/tack/output.c b/tack/output.c index 3c419a8b..fac566e3 100644 --- a/tack/output.c +++ b/tack/output.c @@ -23,7 +23,7 @@ #include #include -MODULE_ID("$Id: output.c,v 1.4 1999/06/16 00:46:53 tom Exp $") +MODULE_ID("$Id: output.c,v 1.5 2000/03/04 21:06:57 tom Exp $") /* globals */ long char_sent; /* number of characters sent */ @@ -409,8 +409,8 @@ put_columns(const char *s, int len, int w) ** ptext(string) ** ** Output a string but do not assume the terminal will wrap to a -** new line. Break the line at a word boundry then send a CR LF. -** This is more estetic on 40 column terminals. +** new line. Break the line at a word boundary then send a CR LF. +** This is more esthetic on 40 column terminals. */ void ptext(const char *s)