Mail Archives: djgpp-workers/2000/07/16/14:40:18
"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
- Raw text -