home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / readme / lines.inc < prev    next >
Encoding:
Text File  |  1994-02-28  |  446 b   |  11 lines

  1. (* ====================================================== *)
  2. (*                         LINES.INC                      *)
  3. (* gemeinsame Include-Datei für MAKERD.PAS und README.PAS *)
  4. (* ====================================================== *)
  5.  
  6. CONST
  7.   ScreenLines   = 23; (* 23 BS-Zeilen sind nutzbar, erste *)
  8.                       (* und letzte Zeile fallen weg      *)
  9.  
  10. (* ====================================================== *)
  11.