From mboxrd@z Thu Jan 1 00:00:00 1970 From: Denilson Alves de Oliveira To: help-gcc@gnu.org Subject: Re: Newbie : what is command to clear screen ? Date: Mon, 06 Dec 1999 16:52:00 -0000 Message-id: <384C5812.4E4AD3BE@br.unisys.com> References: <383d0e5d@dnews.tpgi.com.au> <384AA6E3.6305C6E5@ricken.demon.co.uk> X-SW-Source: 1999-12/msg00092.html Use: system("clear"); this is not beautiful, but is easy. Rick Dearman wrote: > You want to look into the curses library, try "man curses" for more info > > R. Griffiths wrote: > > > > Newbie to Linux & Gcc > > Used to Borland C > > Cant find anything in LibC that ref's to screen control > > ie Clear Screen, Cursor control (GotoXY etc), set Text Attributes (c9olours, > > underl;ine etc) > > > > Is there a separate library with all these functions in that I'm supposed to > > #include ? > > > > Any advice appreciated. > > > > Russell Griffiths, Sydney Australia > > > > -----------== Posted via Newsfeeds.Com, Uncensored Usenet News ==---------- > > http://www.newsfeeds.com The Largest Usenet Servers in the World! > > ------== Over 73,000 Newsgroups - Including Dedicated Binaries Servers ==----- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Denilson Alves de Oliveira To: help-gcc@gnu.org Subject: Re: Newbie : what is command to clear screen ? Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <384C5812.4E4AD3BE@br.unisys.com> References: <383d0e5d@dnews.tpgi.com.au> <384AA6E3.6305C6E5@ricken.demon.co.uk> X-SW-Source: 1999-12n/msg00092.html Message-ID: <19991231222400.WwM_jCBHuTNeNXxhEj_08pnquZQ9AOILXbMRqIVs5XY@z> Use: system("clear"); this is not beautiful, but is easy. Rick Dearman wrote: > You want to look into the curses library, try "man curses" for more info > > R. Griffiths wrote: > > > > Newbie to Linux & Gcc > > Used to Borland C > > Cant find anything in LibC that ref's to screen control > > ie Clear Screen, Cursor control (GotoXY etc), set Text Attributes (c9olours, > > underl;ine etc) > > > > Is there a separate library with all these functions in that I'm supposed to > > #include ? > > > > Any advice appreciated. > > > > Russell Griffiths, Sydney Australia > > > > -----------== Posted via Newsfeeds.Com, Uncensored Usenet News ==---------- > > http://www.newsfeeds.com The Largest Usenet Servers in the World! > > ------== Over 73,000 Newsgroups - Including Dedicated Binaries Servers ==-----