home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / k95source / ckowys.h < prev    next >
Text File  |  2020-01-01  |  825b  |  22 lines

  1. /*  C K O W Y S . H  --  Header for Wyse Emulations */
  2.  
  3. /*
  4.   Author: Jeffrey E Altman <jaltman@secure-endpoints.com>,
  5.             Secure Endpoints Inc., New York City.
  6.  
  7.   Copyright (C) 1985, 2004, Trustees of Columbia University in the City of New
  8.   York.
  9. */
  10. _PROTOTYP( void wyseascii, ( int ) ) ;
  11.  
  12.  
  13. /* Display Field                n  */
  14. #define WY_FIELD_APPL           0       /* Application Display Area   */
  15. #define WY_FIELD_FNKEY          1       /* Function Key Labeling Line */
  16. #define WY_FIELD_LOCAL_MSG      2       /* Local Message Field        */
  17. #define WY_FIELD_HOST_MSG       3       /* Host Message Field         */
  18.  
  19. /* End of Block Terminator  */
  20. #define EOB_US_CR               0       /* Lines end with US; Blocks with CR */
  21. #define EOB_CRLF_ETX            1       /* Lines end with CRLF; Blocks with ETX */
  22.