Mail Archives: djgpp/2000/06/09/12:13:17
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
- Raw text -