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_addnstrDescriptionint ncurses_addnstr ( string s, int n )
![]()
nweeks at utas dot edu dot au
08-Nov-2002 07:49
Quite handy for truncing fields that may upset a screen layout: | ![]() | ||||