home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / communic / pcmail / termcap / readme < prev    next >
Encoding:
Text File  |  1994-06-05  |  572 b   |  27 lines

  1. @(#) README 2.1 90/01/22 13:56:53
  2.  
  3.  
  4.  
  5. MS-DOS Implementation notes, W.Z. Venema, Eindhoven University of Technology
  6.  
  7.  
  8.  
  9. The functions presented here implement UNIX-style terminal-independent
  10.  
  11. operation routines for cursor addressing, video attributes etc.
  12.  
  13.  
  14.  
  15. The functions are effective for the ibm pc console, and assume that the 
  16.  
  17. MS-DOS driver ANSI.SYS is loaded. The capabilities for the console are
  18.  
  19. stored in a static data structure.
  20.  
  21.  
  22.  
  23. The makefile is for Microsoft C; there is a batch file if your make
  24.  
  25. does not grok UNIX-style makefiles.
  26.  
  27.