home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / m6809 / 392 < prev    next >
Encoding:
Text File  |  1992-09-07  |  1.4 KB  |  48 lines

  1. Newsgroups: comp.sys.m6809
  2. Path: sparky!uunet!munnari.oz.au!manuel!coombs!avalon
  3. From: avalon@coombs.anu.edu.au (Darren Reed)
  4. Subject: Re: 80 column on OS/9 lev2 COCO?
  5. Message-ID: <avalon.715692843@coombs>
  6. Lines: 37
  7. Sender: news@newshost.anu.edu.au
  8. Organization: Computer Services Centre, Australian National University
  9. References: <186vf8INNhas@usenet.INS.CWRU.Edu>
  10. Date:  5 Sep 92 11:34:03 GMT
  11.  
  12. bf479@cleveland.Freenet.Edu (Russell Jackson II) writes:
  13.  
  14.  
  15. >How do you  change to 80 or anything other than 32 column text on OS9
  16. >Level II on the CoCo 128k ?
  17.  
  18. Well you post news with lines that dont exceed 80 characters in length
  19. and then you can either use display (see another followup) or hack the
  20. window driver.
  21.  
  22. Another way is to use modpatch:
  23.  
  24. OS9: modpatch
  25. l w1
  26. c 2c <x> 50
  27. ...
  28.  
  29. (I forget the actual changes needed now :)
  30.  
  31. then if you want to make it permanent, use "save" and save it back to
  32. disk and rebuild using os9gen.
  33.  
  34. You could try copying over the values stored for w7 (the only standard
  35. full screen 80x24 screen) into the term window descriptor where approriate.
  36.  
  37. Consult your OS9 manual for more details (see section 6 - SCF Manager in
  38. the tech. ref. part).
  39.  
  40. If you use any of the more permanent methods, MAKE SURE you update the
  41. module CRC before any save/reboot else you wont get very far next reboot.
  42.  
  43. Just out of curiosity, did anyone else out there get 16 or more 80x24
  44. screens up on a 512k machine ?  (note: you werent left with much after
  45. this :-)
  46.  
  47. Darren
  48.