Message-ID: <39720292.EF37C1A4@softhome.net> Date: Sun, 16 Jul 2000 20:44:34 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: lt,en MIME-Version: 1.0 To: "Mark E." CC: djgpp-workers AT delorie DOT com Subject: Re: Bash 2.04 beta 5 released References: <3971AB43 DOT 6935 DOT 8C166 AT localhost> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com "Mark E." wrote: > > > Why does bash require its own version of __libc_termios_init()? > > The Bash version of tminit.c since at least 1.14.7 supports extended keys > (arrow keys, Insert, Delete, etc.) while the native tminit.c does not. > > Mark And how this could be related to file handling? I see following code there, but it is disabled in both betas anyway. #if 0 (void) __FSEXT_set_function (0, __libc_termios_fsext); (void) __FSEXT_set_function (1, __libc_termios_fsext); (void) __FSEXT_set_function (2, __libc_termios_fsext); #endif Laurynas