home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
1st Canadian Shareware Disc
/
1st_Canadian_Shareware_Disc_1991.ISO
/
comms
/
bbsname
/
bbs.slt
< prev
next >
Wrap
Text File
|
1988-12-15
|
349b
|
12 lines
main()
{
int col, row;
str bbsname[27];
col=getx(); //save current column
row=gety(); //and row
substr(_entry_name,0,27,bbsname); //copy the bbsname
scroll(0,24,26,24,0,78); //clear the 1st 27 chars of status bar
pstraxy(bbsname,0,24,78); //print 1st 27 chars of the bbs name
gotoxy(col,row); //and return to where we started
}