Mail Archives: djgpp/2000/04/07/13:07:55
On 3 Apr 2000, Hans-Bernhard Broeker wrote:
> Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> wrote:
> > On 29 Mar 2000 broeker AT physik DOT rwth-aachen DOT de wrote:
>
> >> DJGPP Bash uses direct hardware access, AFAIK
> [... I 'knew' wrongly...]
>
> > More precisely, Bash uses termios functions, and it's termios that
> > calls Int 29h.
>
> OK, so that means all that's need to get a 'scrollable' Bash in an
> appropriate environment (like Cygwin xterm or rxvt should be), would
> be to have that termios support check the 'TERM' environment, and if
> it's "ansi", "xterm" or something like that, output raw escape
> sequences instead of calling the BIOS itself.
What raw escape sequences? The DJGPP port of Bash doesn't know about
any escape sequences (AFAIK), and doesn't have any ANSI driver built
into it to generate those sequences.
- Raw text -