ANSICALL.DLL: Difference between revisions
Appearance
Line 17: | Line 17: | ||
|512 bytes | |512 bytes | ||
|By IBM. | |By IBM. | ||
|} | |||
==Information== | |||
{| class="wikitable" | |||
!Ordinal | |||
!Entry | |||
!Desc | |||
|- | |||
|1 | |||
|AnsiInject | |||
|Inject ANSI DSR output to KbdHandler buffer. Forwarder to DOSCALLS.848 | |||
|- | |||
|3 | |||
|AnsiInterp | |||
|ANSI Control Code Sequence interpreter. Forwarder to DOSCALLS.849 | |||
|- | |||
|2 | |||
|AnsiKeydef | |||
|ANSI keyboard key reassignment. Forwarder to DOSCALLS.850 | |||
|- | |||
|} | |} | ||
Revision as of 03:25, 22 September 2016
This file is the ANSI terminal support. Extended display and keyboard support dynamic link library.
Version
Date | Version | Size | Comments |
---|---|---|---|
2011-09-17 06:13 | 14.100 | 463 bytes | By OSFree. Alternative Version. ANSI escape sequence API. |
2002-03-08 19:16 | N/A | 512 bytes | By IBM. |
Information
Ordinal | Entry | Desc |
---|---|---|
1 | AnsiInject | Inject ANSI DSR output to KbdHandler buffer. Forwarder to DOSCALLS.848 |
3 | AnsiInterp | ANSI Control Code Sequence interpreter. Forwarder to DOSCALLS.849 |
2 | AnsiKeydef | ANSI keyboard key reassignment. Forwarder to DOSCALLS.850 |
DLL Entry Points
1 | AnsiInject |
2 | AnsiKeydef |
3 | AnsiInterp |
DLLs Loaded
Alternative Version
OSFree Project produced an alternative open source version of ANSICALL.DLL.