delorie.com/archives/browse.cgi | search |
Date: | Sun, 2 Apr 2000 10:24:16 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | broeker AT physik DOT rwth-aachen DOT de |
cc: | djgpp AT delorie DOT com |
Subject: | Re: scrolling shell output |
In-Reply-To: | <8bsv4i$jja$1@nets3.rz.RWTH-Aachen.DE> |
Message-ID: | <Pine.SUN.3.91.1000402102352.9367Z-100000@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On 29 Mar 2000 broeker AT physik DOT rwth-aachen DOT de wrote: > DJGPP Bash uses direct hardware access, AFAIK Actually, Bash uses BIOS for console I/O. For output, it calls Int 29h, which on DOS simply calls Int 10h/AX=0Eh by default. But if ANSI.SYS or similar driver is installed, ANSI escape sequences can be supported by Int 29h, but not by bare BIOS calls. More precisely, Bash uses termios functions, and it's termios that calls Int 29h.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |