X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: HARY Newsgroups: comp.os.msdos.djgpp Subject: PDcurses and endwin() function. Date: Tue, 8 Jan 2002 17:12:36 +0000 (UTC) Organization: Wielki samotnik w swoim zamku. Lines: 18 Message-ID: NNTP-Posting-Host: pf158.wroclaw.cvx.ppp.tpnet.pl X-Trace: news.tpi.pl 1010509956 28614 217.99.224.158 (8 Jan 2002 17:12:36 GMT) X-Complaints-To: usenet AT tpi DOT pl NNTP-Posting-Date: Tue, 8 Jan 2002 17:12:36 +0000 (UTC) User-Agent: slrn/0.9.7.0 (pl-1.1.1) (Linux) X-Pi: 3141592653589793 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I'm using a "better" text mode (set with SVGATextMode to 100x30). PDcurses library doesn't change it while initialization and uses my settings properly, but when I call endwin(), BIOS variable describing number of rows is set to 25 (without changing video mode) and my beautiful single-dot font is reset to hardware font. Is it a bug in PDcurses or I can do something to change endwin() behaviour? Is PDcurses v2.4 the newest version? 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. Thanks in advance, HARY