home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / UTILITYS / WINDOM2.ARC / WINDOWS.INF < prev    next >
Text File  |  1990-07-21  |  3KB  |  62 lines

  1.  
  2. Window Management System  Version 1.1
  3. (c) Copyright 1984 Bob Catiller  
  4. for TURBO MODULA-2 by BORLAND INTL.
  5. ---------------------------------------------------------------------------
  6.  
  7. Permission to copy without fee all or part of this material is granted
  8. provided that the copies are not made or distributed for direct
  9. commercial advantage and that the copyright notice appears on each
  10. copy. To copy otherwise or to republish requires a fee and/or specific
  11. permission.
  12.  
  13. ---------------------------------------------------------------------------
  14.  
  15. The Window Management System is a group of routines for terminal screen
  16. management for use with Turbo Modula Version 1.0.  These routines were
  17. developed for use with either the Z80 or the HD64180 version of the Turbo
  18. Modula Compiler.                        
  19.  
  20. The system includes the following procedures:
  21.  
  22. PROCEDURE wiDelln  - delete line
  23. PROCEDURE wiInsln - insert line
  24. PROCEDURE wiClreol - clear to end of line
  25. PROCEDURE wiClear - clear window
  26. PROCEDURE wiHome - go to home position
  27. PROCEDURE wiBorder - set window border
  28. PROCEDURE wiOpen - create window                 
  29. PROCEDURE wiClose - delete window
  30. PROCEDURE wiGetpos - get window position             
  31. PROCEDURE wiGetorg - get origin                      
  32. PROCEDURE wiSetpos - set position       
  33. PROCEDURE wiSetorg - set origin          
  34. PROCEDURE wiPut - store character string
  35. PROCEDURE wiPutln - store character string               
  36. PROCEDURE wiWrite - write character string 
  37. PROCEDURE wiWriteln - write character string 
  38. PROCEDURE wiShow - display character string
  39. PROCEDURE wiErase - erase window area
  40. PROCEDURE wiHlup - roll highlight line up
  41. PROCEDURE wiHldown - roll hightlight line down
  42. PROCEDURE wiSethl - set highlighted line
  43. PROCEDURE wiGethl - return highlighted row #
  44.  
  45. All of the documentation is inbedded into the source code files included 
  46. in this library. Any questions or comments should be directed to     
  47. Bob Catiller at the El Toro RBBS/RAS (714)855-0672. The El Toro system
  48. serves as a collection point for MODULA-2 programs in So. Calif.
  49. ---------------------------------------------------------------------------
  50.  
  51. This library contains the following files:
  52.  
  53.     WINDOWS.INF - This file
  54.  
  55.     WDEMO.MOD  - Demonstration program MODULA-2 source file 
  56.     WDEMO.COM  - Demonstration program
  57.     WINDOWS.DEF - Windows definition module                          
  58.     WINDOWS.MOD - Windows Implementation Module
  59.     TERMATT.DEF - Terminal attribute definition module             
  60.     TERMATT.MOD - Terminal attribute Implementation Module
  61. ---------------------------------------------------------------------------
  62.