home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / miwm.zoo / README < prev    next >
Text File  |  1991-12-17  |  2KB  |  31 lines

  1. From the original documentation (mint 0.6):
  2. ===========================================
  3. miwm.ttp: minimal window manager
  4.     miwm [shell]
  5. miwm is a very minimal window manager for MiNT. In the present configuration,
  6. only 2 (full screen) windows are permitted. The program specified on the
  7. command line (it must be a full path specification) is started up in both
  8. windows; if no argument is specified, the program to run is taken from
  9. the environment variable SHELL. The only commands supported are
  10. ALT-1 and ALT-2 (switch to window #1 or #2, respectively) and ALT-0
  11. (exit). mwm only really works with text programs; anything that uses
  12. GEM steals keypresses before mwm can get them.
  13.  
  14. This version works just like the above except for the fact that it uses
  15. half size characters so that only one 30k part of memory is used for
  16. the screen, it also doesn't call the line-a routines so it doesn't require
  17. gem to be active.  The whole reason for my putting this together is that I
  18. only have a 1040ST with a meg and a single double sided drive.  This
  19. means that mgr is out of the question.  I tried to use Allan Pratt's
  20. window manager (based on uw), even then I didn't have enough memory
  21. available to much of anything.  So I went back to Eric's miwm from
  22. an early version of mint and made a few changes here and there and
  23. ended up with this.  Compiled with GCC 1.40 and linked with mntlib16.
  24.  
  25. Limitations:
  26.     only runs on 640x400 mono (original hires mode)
  27.     it only contains ascii characters 32 (space) through 127 (del)
  28.  
  29. Kurt Olsen
  30. kurto@cc.usu.edu
  31.