home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d5xx
/
d587
/
conlib.lha
/
ConLib
/
con_lib.fd
< prev
next >
Wrap
Text File
|
1992-01-04
|
774b
|
21 lines
##base _ConBase
##bias 30
##public
OpenCon(conWindow,cursorMode)(A0,D0)
CloseCon(conHandle)(A0)
DoFormat(conHandle,string,formatArgs,textBuffer,bufferSize)(A0/A1/A2/A3,D0)
UserNotes(conHandle,userText,noteNumber)(A0/A1,D0)
DefineChars(mode,bitTable,arrayOfChars)(D0/A1/A2)
DisplayRaw(conHandle,string,maxLength)(A0/A1,D0)
Display(conHandle,string,formatArgs,maxLength)(A0/A1/A2,D0)
Accept(conHandle,acceptStructure,flags)(A0/A1,D0)
AcceptString(conHandle,acceptStructure,flags)(A0/A1,D0)
SetMsgHandler(conHandle,newMsgHandler)(A0/A1)
GetInfo(conHandle,conInfo)(A0/A1)
SetGfx(conHandle,styles,fgCol,bgCol)(A0,D0/D1/D2)
GotoXY(conHandle,x,y)(A0,D0/D1)
Cursor(conHandle,mode)(A0,D0)
Scroll(conHandle,step)(A0,D0)
Convert(string,resultBuffer,flags,maxLength)(A1/A2,D0/D1)
##end