Category : Recently Uploaded Files
Archive   : SNIP9503.ZIP
Filename : DOANSI.H

 
Output of file : DOANSI.H contained in archive : SNIP9503.ZIP
/*
** DOANSI.H - Portable ANSI screen code interpreter
**
** From DRSK_105.LZH (ansi.c), hereby declared free for use for whatever
** purposes by author: Mark Kimes
*/

/* set maxx,maxy as desired */
void set_screensize (int reservedlines);

/* put character c at x,y using attr as attribute */
void put_char (char c,char attr,int x,int y);

/* position hardware cursor at x,y */
void pos_hardcursor (int x,int y);

/* turn hardware cursor off */
void hardcursor_off (void);

/* turn hardware cursor on at x,y */
void hardcursor_on (int x,int y);

/* scroll window tx,ty - bx,by up one line; fill with blank+attr */
void scroll_up (int tx,int ty,int bx,int by,char attr);

/* clear the window from tx,ty - bx,by; fill with blank+attr */
void clearwindow (int tx,int ty,int bx,int by,char attr);

/* clear line y from col x to eol (ex); fill with blank+attr */
void cleartoeol (int x,int y,int ex,char attr);

/* the ansi string interpreter */
int ansi_out (char *buf);


  3 Responses to “Category : Recently Uploaded Files
Archive   : SNIP9503.ZIP
Filename : DOANSI.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/