X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Eric Wajnberg" Newsgroups: comp.os.msdos.djgpp Subject: Size of User screen Date: Mon, 11 Oct 2004 12:05:06 +0200 Organization: I.N.R.A Lines: 21 Message-ID: NNTP-Posting-Host: 147.99.83.153 X-Trace: saphir.jouy.inra.fr 1097489112 13453 147.99.83.153 (11 Oct 2004 10:05:12 GMT) X-Complaints-To: usenet AT news DOT inra DOT fr NNTP-Posting-Date: Mon, 11 Oct 2004 10:05:12 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Dear All, I used to code with DJGPP for years on Windows98. At that time, the user screen was 24 lines long. And I designed ellaborated sceen composition for user's interface in my codes. On Windows 2000, the system in which I am now, the user screen looks like having twice as many lines (i.e., about 48, but I did not counted this accurately). Moreover, I use dislin as a graphic library, and when I run a code using dislin, the user screen returns back to 24 lines long. This is a little bit a problem in my case. So, my question is: How can I force the user screen to have the good old size of 24 lines, so that I will still be able to distribute my compiled codes whitout any problems? Thanks for any hint on that! Best, Eric.