Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>terminal support</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Terminal Support


   For those computers or applications that require terminal support
   other than the default, Clipper includes the following screen
   drivers:

   Table: Screen Drivers
   -----------------------------------------------------------------
    Driver Name     Action
   -----------------------------------------------------------------
    ANSI.OBJ        ANSI terminal (requires ANSI.SYS)
    IBMANSI.OBJ     ANSI terminal supporting IBM-PC cursor keys
                    (requires ANSI.OBJ)
    PCBIOS.OBJ      Uses BIOS calls instead of direct screen
                    writes
   -----------------------------------------------------------------

   Each screen driver is an .OBJ file that you link with your main
   application program.  Using either ANSI.OBJ or IBMANSI.OBJ requires
   ANSI.SYS installed in your CONFIG.SYS file.  To accomplish this,
   include the following statement in CONFIG.SYS:

     DEVICE=ANSI.SYS

   Warning: SAVE SCREEN, RESTORE SCREEN, SAVESCREEN(), and
   RESTSCREEN() are not supported when either ANSI.OBJ or IBMANSI.OBJ is
   linked into the current program.
.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson