home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / OS2 / BEAV132X.ZIP / README.OS2 < prev    next >
Text File  |  1992-01-06  |  2KB  |  44 lines

  1. To: pvr@wang.com
  2.  
  3. This file describes patches for OS/2 and Minix-386 to BEAV 1.32.
  4.  
  5. The patches contain some fixes to fatal errors (such as the missing
  6. declaration of file_length somewhere which is long and not int which
  7. would be the default compiler assumption) and many changes to prevent
  8. strict ANSI compilers (such as MS C 6.0) from complaining too much about
  9. incompatible parameters. Other problems are the terminal I/O for Minix
  10. and the fact that some sscanf's don't know how to handle %lX, %lO and
  11. %lD.
  12.  
  13. The OS/2 version runs not only under OS/2 protected mode and supports
  14. the long file names of HPFS (up to 256 characters) but runs also under
  15. DOS real mode. It does not use the code #ifdef'ed MSDOS but instead
  16. is based on the UNIX code (in fact, I used -UMSDOS -DUNIX -DOS2).
  17.  
  18. It has the follwing advantages over the original MS-DOS version:
  19. - supports *all* extended keys (such as ALT-F, ALT-TAB, ALT-F12 etc.)
  20. - adapts itself to any screen height (windowed command prompts under
  21.   OS/2 on a 1024x768 PM screen can become up to 96 lines high).
  22. - uses termcap (termcap.dat is supplied to be placed somewhere where
  23.   PATH or INIT point to) and thus provides customizable screen colors
  24.   while still having very fast screen output (comparable as if it would
  25.   write directly into screen memory) if you use NNANSI or other enhanced
  26.   ANSI driver (such as NANSI or FANSI).
  27.  
  28. The following files are new:
  29.  
  30. patches            The context diffs
  31. makefile.mx3        Makefile for Minix-386
  32. makefile.os2        Makefile for this version, for MS C 6.0
  33. beav.def        The linker definition file for OS/2
  34.  
  35. termcap.c        Termcap implementation for OS/2 and DOS
  36. termcap.h        (c) Fred Fish
  37. termcap.dat
  38.  
  39. I would like it if you could integrate the patches into your
  40. distribution.
  41.  
  42. Kai Uwe Rommel
  43. rommel@informatik.tu-muenchen.de
  44.