On Wed, Feb 23, 2005 at 12:16:52AM +0000, Glynn Clements wrote: > > See the manpage for setupterm() and tigetstr() for more information.
Should it be like this ?
<code>
char *area[100], bp[2048] ;
tgetent( bp, getenv( "TERM" )) ;
puts( tgetstr( "cl", area )) ;
</code>
-
To unsubscribe from this list: send the line "unsubscribe linux-c-programming"
in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
