home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / z3shell / zmang21d.lbr / ZMPATCH.LZT / ZMPATCH.LST
Encoding:
File List  |  1993-06-08  |  2.4 KB  |  66 lines

  1. This list of hex offsets is for patching Zmanager.
  2.  
  3. Misc:
  4. Date/Time String : 10fh May be changed to show just time or date
  5. BE SURE to END in 0ah0dh (crlf).
  6. first char is for highlighting, then date string, then time string, ended
  7. with highlighting off and crlf.
  8. Expample: 01$dm$dd$dy $dc$dn$ds $da020dh0ah
  9.  
  10. Memory word     : 133h/134h Address where menu number is stored,
  11. number may be stored anywhere in memory now.
  12.  
  13. Logflag         : 135h Yes/No to log in Dir/Du using 'Z' command
  14.  
  15. Allow options     : 136h Yes/No to allow user to change options.
  16. Should be set to NO (00) for Znode/RCPM use. Also controled by wheel byte.
  17.  
  18. Option Char     : 137h Character used to show options, when enabled.
  19.  
  20. The following are the Control characters used in Zmanager, these
  21. may be changed to whatever you want, so that they do not interferr
  22. with your cursor controls.
  23.  
  24. ^D,^E,^S and ^X are no longer used as default, this gives 4 more
  25. controls to use.
  26.  
  27. Login new dir     : 138h (^L)
  28. Exit char     : 139h (^C)
  29. Alpha sort     : 13ah (^A) Toggle alpha sort
  30. File size     : 13bh (^F) Show file size
  31. Top of screen     : 13ch (^T) Go to top of screen
  32. Bottom of screen : 13dh (^B) Go to bottom of screen
  33. Previous screen     : 13eh (^P)
  34. Next screen     : 13fh (^N)
  35. Alt Prev. scr.     : 140h (+)  Alt previous screen
  36. Alt next screen     : 141h (-)  Alt next screen
  37. Rename file     : 142h (^R) (Wheel controled)
  38. Delete file     : 143h (^K) (Wheel controled)
  39. Jump to file     : 144h (
  40. Z command     : 145h (^Z) use command line
  41.  
  42. The following are the Option locations, each location must be set
  43. to YES(ff) or NO(00). The ones with (whl) following it are wheel
  44. controled.
  45.  
  46. Sys files     : 14dh (yes) allow system files to be displayed (whl)
  47. file size     : 14eh (no)  Show file size
  48. # of K         : 14fh (yes) Show number of K left on disk
  49. Rename         : 150h (yes) Allow renaming files (whl)
  50. Delete         : 151h (yes) Allow deleting files (whl)
  51. Clock         : 152h (yes) Display time/date
  52. wsdia         : 153h (yes) Use WS diamond
  53. sort         : 154h (yes) Sort by filename
  54.  
  55. The prompt displayed by the ^Z command may be changed, the MAX lenght is
  56. 17 chars.
  57. zprmpt         : 15bh Default is (By your command)
  58.  
  59. Two "NEW" patch points:
  60.  
  61. Fields are 4 characters long this gives you 3 to use for turning cursor on
  62. and off. These fields MUST be null terminated.
  63.  
  64. Cursor off       : 16eh 
  65. Cursor on        : 172h
  66.