Quite handy for truncing fields that may upset a screen layout:
ncurses_addnstr("tenletters",3);
only renders to screen "ten", and truncs the rest
![]() |
|
||||||||||
|
ncurses_addnstrОписаниеint ncurses_addnstr ( string s, int n )
ncurses_addnstr
nweeks at utas dot edu dot au
07-Nov-2002 03:49
Quite handy for truncing fields that may upset a screen layout: |