home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d8xx / d862 / beav.lha / BEAV / source / beav.src.lha / readme.os2 < prev    next >
Text File  |  1993-04-27  |  1KB  |  40 lines

  1. To: pvr@wang.com
  2.  
  3. This file describes patches for OS/2 to BEAV 1.33.
  4.  
  5. The OS/2 version runs only under OS/2 protected mode and supports the
  6. long file names of HPFS (up to 256 characters).It does not use the code
  7. #ifdef'ed MSDOS but instead is based on the UNIX code (in fact, I used
  8. -UMSDOS -DUNIX -DOS2).
  9.  
  10. It has the follwing advantages over the original MS-DOS version:
  11. - supports *all* extended keys (such as ALT-F, ALT-TAB, ALT-F12 etc.)
  12. - adapts itself to any screen height (windowed command prompts under
  13.   OS/2 on a 1024x768 PM screen can become up to 96 lines high).
  14. - uses termcap (termcap.dat is supplied to be placed somewhere where
  15.   PATH or INIT point to) and thus provides customizable screen colors
  16.   while still having very fast screen output (comparable as if it would
  17.   write directly into screen memory).
  18.  
  19. The following files are new:
  20.  
  21. patches.os2        The context diffs
  22. makefile.os2        Makefile for this version, for MS C 6.00 or emx+gcc
  23. beav.def        The linker definition file for OS/2, MS C 6.00
  24. beav32.def        The linker definition file for OS/2, emx+gcc
  25.  
  26. termcap.c        Termcap implementation for OS/2 and DOS
  27. termcap.h        (c) Fred Fish
  28. termcap.dat
  29.  
  30. I would like it if you could integrate the patches into your
  31. distribution.
  32.  
  33. Kai Uwe Rommel
  34. rommel@jonas.gold.sub.org
  35.  
  36.  
  37.  
  38.  
  39.  
  40.