home *** CD-ROM | disk | FTP | other *** search
- LF$ = CHR$(13) + CHR$(10)
- IF AnsiFlag$ >= "1" THEN
-
- AnsiReset$ = "" ' Put all mode to off, reset
- Blink$ = "
- Invert$ = "" ' Put in reverse video mode
- Bright$ = "" ' Put in high intensity mode (bright)
- Down$ = "B" ' Cursor one line down
- Up$ = "A" ' Cursor one line up
- SavePos$ = "s" ' Save current cursor position
- RestorePos$ = "u" ' Restore cursor position
- EraseLine$ = "" ' Erase current line
-
- Black$ = "" '
- Red$ = "" '
- Green$ = "" '
- Yellow$ = "" ' Foreground text color
- Blue$ = "" '
- Magenta$ = "" '
- Cyan$ = "" '
- White$ = "" '
-
- BlackBack$ = "" '
- RedBack$ = "" '
- GreenBack$ = "" '
- YellowBack$ = "" ' Background text color
- BlueBack$ = "" '
- MagentaBack$ = "" '
- CyanBack$ = "" '
- WhiteBack$ = "" '
-
- END IF
-
-