Subj : Re: cputs does not work in graphics-modi ? To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Fri Sep 09 2005 10:14 am R.Wieser wrote: > >One question though, if you don't mind : I mentioned "gotoxy" not wanting to >go to text-rows above 25, even when the video-mode I selected goes upto 30. >Can I somehow change that ? Maybe a sort of reverse "gettextinfo" (or >simpler) -call ? From the docs: window() Defines active text-mode window gotoxy() Positions cursor in text window Example of invalid coordinates: gotoxy(40,30) /* (35,25) = window's bottom right position */ Might also want to see textmode() .