ANSICALL.DLL: Difference between revisions
Appearance
mNo edit summary |
|||
Line 2: | Line 2: | ||
==Version== | ==Version== | ||
{| class="wikitable" | {|class="wikitable" | ||
!Date | !Date||Version||Size||Comments | ||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
|- | |- | ||
| | |2011-09-17 06:13||14.100||463 bytes||By OSFree. Alternative Version. ANSI escape sequence API. | ||
| | |||
|ANSI | |||
|- | |- | ||
|2002-03-08 19:16|| ||512 bytes||By IBM | |||
|} | |} | ||
==DLL Entry Points== | ==DLL Entry Points== | ||
{|class="wikitable" | {|class="wikitable" | ||
|1 | !Ordinal||Entry Point||Desc||Forwarder | ||
|AnsiInject | |- | ||
|1||AnsiInject||Inject ANSI DSR output to KbdHandler buffer||DOSCALLS.848 | |||
|- | |- | ||
|2 | |2||AnsiKeydef||ANSI keyboard key reassignment||DOSCALLS.850 | ||
|AnsiKeydef | |||
|- | |- | ||
|3 | |3||AnsiInterp||ANSI Control Code Sequence interpreter||DOSCALLS.849 | ||
|AnsiInterp | |||
|} | |} | ||
Revision as of 00:26, 9 August 2017
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 | 512 bytes | By IBM |
DLL Entry Points
Ordinal | Entry Point | Desc | Forwarder |
---|---|---|---|
1 | AnsiInject | Inject ANSI DSR output to KbdHandler buffer | DOSCALLS.848 |
2 | AnsiKeydef | ANSI keyboard key reassignment | DOSCALLS.850 |
3 | AnsiInterp | ANSI Control Code Sequence interpreter | DOSCALLS.849 |
DLLs Loaded
Alternative Version
OSFree Project produced an alternative open source version of ANSICALL.DLL.