From: pavenis AT lanet DOT lv To: "Florent" , djgpp AT delorie DOT com Date: Fri, 9 Jun 2000 15:55:35 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: window function .... Message-ID: <39411377.7650.C5F6F9@localhost> In-reply-to: <8hqnlg$k6d$1@nets3.rz.RWTH-Aachen.DE> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 9 Jun 2000, at 14:27, Florent wrote: > Hi I'm using DJGPP and I would like to display a window under dos with a > frame (using caracteres : 186,205,200,201,187,188) but the problem is that > when I want to display the last caractere of the frame (for a > window(x1,y1,x2,y2) the mast caractere is at x2,y2) raises all the ascii I > have display before because the surseur goes to the next line ... that's not > I want .... > Disables scrolling for conio.h functions _wscroll=0; (default is 1) > What's the clue here ??? Also how to hide the cursor ? type info libc a _setcursortype at command prompt