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 / CPM / PROGRAMS / WSTAR / WS4SCRN.MOD < prev    next >
Text File  |  2000-06-30  |  3KB  |  58 lines

  1. September 15, 1987.
  2.  
  3.      The new CP/M WordStar v4 comes equipped with a low intensity-high
  4. intensity screen combination that is somewhat difficult to read without
  5. having to adjust the brightness (which means that the brightness has to
  6. be RE-ADJUSTED at the end of the seesion).
  7.  
  8. The following modification will turn:
  9.  
  10. 1)      WS initialization messages to regular intensity.
  11. 2)      The text to regular intensity.
  12. 3)      The first print control code(s) and affected text to inverse
  13.         video.
  14. 4)      The "^K" blocks and urgent WS messages to blinking. (This is
  15.         the price to pay since WS4 will default to video controlled
  16.         by the byte at WS.COM location 03B9 if the print control codes
  17.         and the "^K" blocks have the same video codes.)
  18. 5)      Default and un-initialization to inverse video OFF.
  19.  
  20.      If you are satisfied by the low intensity messages do not change
  21. the first byte (038F).
  22.  
  23. Procedure:
  24.  
  25. Enter WSCHANGE <CR>
  26.  
  27.      When asked for the file to read from, enter the name of your
  28. WordStar file <CR> (usually WS if you did not rename it).  When asked
  29. for the name of the file to write to, enter WSMODIF <CR> (to keep your
  30. original file until you check the modified file and are satisfied with
  31. it).
  32.  
  33. At the first menu enter A <CR>
  34. At the next menu enter C <CR>
  35. At the third menu :
  36. enter = then 038F <CR> then 43 then X (message video control)
  37. enter = then 03B9 <CR> then 30 then X (default and un-initialize)
  38. enter = then 0401 <CR> then 32 then X (blinking)
  39. enter = then 0404 <CR> then 42 then 30 then X (inverse video ON)
  40. enter = then 040D <CR> then 32 then X (blinking)
  41. enter = then 0410 <CR> then 43 then 30 then X (inverse video OFF)
  42. then X then X then answer Y(yes) at the prompt.
  43.  
  44.      If everything was done properly you have patched your WS4 to the
  45. new settings and they have been written in a new file called WSMODIF.
  46. You can try and then delete and rename as you like.
  47.  
  48.      One thing I do not like is the inconsistent emphasis on print
  49. controls; the first toggle is emphasized as is the affected text, the
  50. second toggle is regular video (same thing for the underline). Either
  51. both toggles or none should be emphasized.  If anyone has the time to
  52. tackle that problem please leave a message on:
  53.  
  54.                                    LiKug RBBS   (516) 825-8465   or
  55.                                    Pro-Gram RBBS (516)932-7674
  56.  
  57. Philippe Cauvet, LIKUG.
  58.