[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Not a bug - but I need some help...
From: |
Thomas E. Dickey |
Subject: |
RE: Not a bug - but I need some help... |
Date: |
Thu, 27 Feb 2003 05:24:02 -0500 (EST) |
On Wed, 26 Feb 2003, jon wackley wrote:
>
> Hi,
>
> Should the format line below be;
>
> wprintw("%.*s", n, s)
actually I should have give this more like
wprintw(w, "%.*s", n, s);
but yes, the PREC referred to in the printf manpage applies here.
I use this in several places.
--
T.E.Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net