home *** CD-ROM | disk | FTP | other *** search
- ' $title: 'ANSIChat Split Screen Chat for RBBS-PC v17.4'
- ' By Dan Drinnon 8:903/2 1:313/6
- '
- ' Copyright 1992 by Daniel T. Drinnon All Rights Reserved
- '
- ' DO NOT Distribute in Modified Form!
- '
- ' Revisions: 1.01 - added support to handle Sysop's Shell to DOS (F2)
- '
- ' 1.02 - Prevent F10 from Loading another ANSIChat
- ' Keep ANSIChat from showing 'RBBS' if that is already
- ' part of the BBS name.
- ' added support for Sysop's PgUp/PgDn (RBBSSUB3.BAS)
- ' Combined local and remote input routines - thanks Scott!
- '
- ' 1.03 - Greater control over ANSI colors when ANSITest = ZTrue
- ' but user is not set up for ANSI Color Graphics.
- '
- '
- ' $INCLUDE: 'RBBS-VAR.MOD'
- '
- ' $SUBTITLE: 'ANSIChat - ANSI Split Screen Chat Routine'
- '
- ' $PAGE
- '
- ' SUBROUTINE NAME -- ANSIChat
- '
- ' INPUT PARAMETERS -- None
- '
- ' OUTPUT PARAMETERS -- None
- '
- ' SUBROUTINE PURPOSE -- Allows Split Screen ANSI Chat for RBBS
- '
- '
- 1000 SUB ANSIChat STATIC
- '
- Call SysopChat
-
- END SUB