delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-bounces using -f |
Date: | Tue, 08 Jan 2002 20:18:30 +0200 |
From: | "Eli Zaretskii" <eliz AT is DOT elta DOT co DOT il> |
Sender: | halo1 AT zahav DOT net DOT il |
To: | djgpp AT delorie DOT com |
Message-Id: | <3028-Tue08Jan2002201830+0200-eliz@is.elta.co.il> |
X-Mailer: | emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 |
In-reply-to: | <slrn.pl.a3m9pj.b6.Hary@localhost.localdomain> (message from HARY |
on Tue, 8 Jan 2002 17:12:36 +0000 (UTC)) | |
Subject: | Re: PDcurses and endwin() function. |
References: | <slrn DOT pl DOT a3m9pj DOT b6 DOT Hary AT localhost DOT localdomain> |
Reply-To: | djgpp AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
> From: HARY <Hary AT address DOT is DOT invalid> > Newsgroups: comp.os.msdos.djgpp > Date: Tue, 8 Jan 2002 17:12:36 +0000 (UTC) > > BTW: is it possible to forbid 'info' program changing video mode? It > always sets 80 columns mode, and I don't see any option that could help > here. Try editing djgpp.env to remove the line which says this: +INFO_LINES=40 Please note that Info uses direct screen access functions which call ScreenRows() and ScreenCols(). These two functions get the screen size info from the BIOS data area, so if your non-standard video mode is inconsistent with the BIOS data, you might see all kinds of weird effects. You could try "info --speech-friendly", which switches Info to standard buffered I/O routines instead of direct screen access, but you will lose colors as well...
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |