Date: Tue, 16 Jan 1996 01:30:38 +0300 (MSK) From: "Alexander V. Lukyanov" To: djgpp AT delorie DOT com, weiqigao AT crl DOT com Subject: Re: Console I/O functions? (was: porting "less") > From: weiqigao AT crl DOT com (Weiqi Gao) > > #include > main() { > window(10, 10, 62, 3); > gotoxy(10, 2); > cputs("Hello, Conio!"); > } I suppose window() call is wrong. If I remember it should be window(left,top,right,bottom) where left,top,right and bottom are cell coordinates.