From: markwr AT d564s1 DOT dot DOT state DOT mn DOT us (Mark Wright) Subject: conio and scrolling To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Tue, 15 Mar 94 10:39:21 CST Is there a way to turn off the scrolling when using conio.h? When I place a character in the lowest right hand corner of the screen, the screen scrolls up one line. Borland handled this by having a flag variable _wscroll, but this doesn't seem to be supported in gcc's conio.h. I there some way around this?