X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f NNTP-Posting-Date: Sat, 30 May 2009 10:34:18 -0500 From: "Charles Sandmann" Newsgroups: comp.os.msdos.djgpp References: <4a20fa75$0$1119$4fafbaef AT reader4 DOT news DOT tin DOT it> Subject: Re: Setting screen Date: Sat, 30 May 2009 10:34:16 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-RFC2646: Format=Flowed; Response Message-ID: Lines: 11 X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 64.91.192.48 X-Trace: sv3-BlFn35Qm19eXXp2D0YDuHbIXmaS89SNrJwqWKteUjImzO4zPhtZQ3UdxeAI2PHrZ1AhpIhoYOI5dpNq!N66gNkmZNILxRZ+7xql+OksZgNOj+7MZhLX88/3i4cVo8RYAQnNhK8BOHmBCp2Uud+pwlU+1pGx8!zd/3ain/6LMKGCYidCuncbXBd1KY8H0= X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.39 X-Original-Bytes: 1405 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > which command should be used to set the screen > color and 80 columns. All of the screen functions are documented, issue the command: info libc alpha and scroll down to the section with ScreenUpdate, ScreenUpdateLine, ScreenSetCursor (and many others).