/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * C O M M O N L I B R A R Y * * * * File: scrLib.h * * * * Author: Jomar Honsi Date: 12/10/90 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #ifndef INCscrLib #define INCscrLib #include "gdefs.h" #if SCREEN==VT100 #include "vt100.h" #endif /* Full screen scroll region */ #define FULLSCR_T TOP #define FULLSCR_B BOTTOM /* Home position */ #define HOME_Y TOP #define HOME_X FIRST #endif