From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Wed, 8 Aug 2001 15:21:08 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: djgpp: djgpp/src/libc/posix/termios/tmwrite.c Message-ID: <3B7158E4.22676.96D3D5@localhost> In-reply-to: <200108081902.PAA06261@delorie.com> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Update by cvs id: snowball > Update of /cvs/djgpp/djgpp/src/libc/posix/termios > > Modified Files: > tmwrite.c > Log Message: > Use the atexit function instead of the destructor attribute. The old code assumed that if a program used the termios interface during the course of a program, one of the tc* functions is called. In ncurses, this isn't the case for terminfo-only programs. Mark