Home » CEEFAX disks » telesoftware1.adl » VidiEditor/T\DIFFS

VidiEditor/T\DIFFS

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » CEEFAX disks » telesoftware1.adl
Filename: VidiEditor/T\DIFFS
Read OK:
File size: 0EBF bytes
Load address: 0000
Exec address: 0000
File contents
Differences between this and previous versions of VidiEditor
____________________________________________________________

1. The Editor
The  command  line  shows  a  different  display.  When  the
character  under  the cursor is  a  control  character,  the
display shows a  two letter mnemonic of the character rather
than the character itself.
The complete list of mnemonics is shown below:

&80 (0)  NU Null              &81 (1)  aR alpha Red
&82 (2)  aG alpha Green       &83 (3)  aY alpha Yellow
&84 (4)  aB alpha Blue        &85 (5)  aM alpha Magenta
&86 (6)  aC alpha Cyan        &87 (7)  aW alpha White
&88 (8)  Fl Flash             &89 (9)  St Steady
&8A (10) EB End Box           &8B (11) SB Start Box
&8C (12) NH Normal Height     &8D (13) DH Double Height
&8E (14) SO SO                &8F (15) SI SI
&90 (16) DL DLE               &91 (17) gR graphics Red
&92 (18) gG graphics Green    &93 (19) gY graphics Yellow
&94 (20) gB graphics Blue     &95 (21) gM graphics Magenta
&96 (22) gC graphics Cyan     &97 (23) gW graphics White
&98 (24) CD Conceal Display   &99 (25) Cg Contiguous graph.
&9A (26) Sg Separated graph.  &9B (27) ES Escape
&9C (28) BB Black Backgrnd.   &9D (29) NB New Backgrnd.
&9E (30) Hg Hold graphics     &9F (31) Rg Release graphics

Codes NULL, SO, SI, DLE and ESCAPE  are ASCII standard. They
have no effect in teletext. End Box and  Start Box also have
no  obvious effect as they are normally used for sub-titling
over television.  They  cannot  be  used  as there is no key
signal available from the computer.

There was also a  minor  bug  with  the DELETE key which has
been fixed.

2. ERASE
The ERASE procedure has been modified to allow any number of
pages (in a block) to  be  erased  at  once.  The  syntax is
identical to that used in PRINT. e.g.;

  erase help 3:help 7

will  erase  pages  'help  3'  to  'help 7' inclusive. Names
and/or numeric references may be used.

3. Loading and Saving
The load and save routines have been generalised. This is to
make them compatible with any  filing  system, not just DFS.
Directory D is no longer fixed for magazine storage.  If DFS
is in use then D becomes the current directory. In any other
filing  system,  the  current  directory  is used. Directory
pathnames may be specified in files. For example, with ADFS;

  load $.VidEd.Magazines.Sport1

is quite valid. (Impossible on earlier versions.) The entire
pathname is stored but only  the  magazine  name  (Sport1 in
this  case) is shown in the magazine index. If  a  name  has
been stored, i.e. after LOAD has been used, then typing SAVE
with no  magazine title will use the stored (current) title.
If no title  is  stored  then there will be the usual prompt
for one.
In  the  LINK  mechanism,  the same versatility is used. The
index will show the whole pathname as specified.

4. DISC and ROM versions
The  routines CLM and TIDY, formerly  separate  disc  images
with the disc version, are now included in the main program.
This has been expanded by 256 bytes.
The temporary  page  store,  previously  omitted  with  disc
versions is also implemented. This means that if, say, 
  *CAT
is used, then the page lost can be regained with;
  dis /temp

The routine PRINT is standard on the ROM version.

5. The CAROUSEL
The header row in the carousel no  longer shows the magazine
name and page number. This allows longer service names to be
used. The default colour for a service name  is  yellow  but
this  can be changed simply by inserting a control code from
the red keys prior to the service name. For example;

 car =<SHIFT+f1>My Information

will make the service name  'My Information' in red. If this
is again changed but without using  a colour then the colour
stays the same. To make it white, <SHIFT+f7> must be used.
00000000  44 69 66 66 65 72 65 6e  63 65 73 20 62 65 74 77  |Differences betw|
00000010  65 65 6e 20 74 68 69 73  20 61 6e 64 20 70 72 65  |een this and pre|
00000020  76 69 6f 75 73 20 76 65  72 73 69 6f 6e 73 20 6f  |vious versions o|
00000030  66 20 56 69 64 69 45 64  69 74 6f 72 0d 5f 5f 5f  |f VidiEditor.___|
00000040  5f 5f 5f 5f 5f 5f 5f 5f  5f 5f 5f 5f 5f 5f 5f 5f  |________________|
*
00000070  5f 5f 5f 5f 5f 5f 5f 5f  5f 0d 0d 31 2e 20 54 68  |_________..1. Th|
00000080  65 20 45 64 69 74 6f 72  0d 54 68 65 20 20 63 6f  |e Editor.The  co|
00000090  6d 6d 61 6e 64 20 20 6c  69 6e 65 20 20 73 68 6f  |mmand  line  sho|
000000a0  77 73 20 20 61 20 20 64  69 66 66 65 72 65 6e 74  |ws  a  different|
000000b0  20 20 64 69 73 70 6c 61  79 2e 20 20 57 68 65 6e  |  display.  When|
000000c0  20 20 74 68 65 0d 63 68  61 72 61 63 74 65 72 20  |  the.character |
000000d0  20 75 6e 64 65 72 20 20  74 68 65 20 63 75 72 73  | under  the curs|
000000e0  6f 72 20 69 73 20 20 61  20 20 63 6f 6e 74 72 6f  |or is  a  contro|
000000f0  6c 20 20 63 68 61 72 61  63 74 65 72 2c 20 20 74  |l  character,  t|
00000100  68 65 0d 64 69 73 70 6c  61 79 20 73 68 6f 77 73  |he.display shows|
00000110  20 61 20 20 74 77 6f 20  6c 65 74 74 65 72 20 6d  | a  two letter m|
00000120  6e 65 6d 6f 6e 69 63 20  6f 66 20 74 68 65 20 63  |nemonic of the c|
00000130  68 61 72 61 63 74 65 72  20 72 61 74 68 65 72 0d  |haracter rather.|
00000140  74 68 61 6e 20 74 68 65  20 63 68 61 72 61 63 74  |than the charact|
00000150  65 72 20 69 74 73 65 6c  66 2e 0d 54 68 65 20 63  |er itself..The c|
00000160  6f 6d 70 6c 65 74 65 20  6c 69 73 74 20 6f 66 20  |omplete list of |
00000170  6d 6e 65 6d 6f 6e 69 63  73 20 69 73 20 73 68 6f  |mnemonics is sho|
00000180  77 6e 20 62 65 6c 6f 77  3a 0d 0d 26 38 30 20 28  |wn below:..&80 (|
00000190  30 29 20 20 4e 55 20 4e  75 6c 6c 20 20 20 20 20  |0)  NU Null     |
000001a0  20 20 20 20 20 20 20 20  20 26 38 31 20 28 31 29  |         &81 (1)|
000001b0  20 20 61 52 20 61 6c 70  68 61 20 52 65 64 0d 26  |  aR alpha Red.&|
000001c0  38 32 20 28 32 29 20 20  61 47 20 61 6c 70 68 61  |82 (2)  aG alpha|
000001d0  20 47 72 65 65 6e 20 20  20 20 20 20 20 26 38 33  | Green       &83|
000001e0  20 28 33 29 20 20 61 59  20 61 6c 70 68 61 20 59  | (3)  aY alpha Y|
000001f0  65 6c 6c 6f 77 0d 26 38  34 20 28 34 29 20 20 61  |ellow.&84 (4)  a|
00000200  42 20 61 6c 70 68 61 20  42 6c 75 65 20 20 20 20  |B alpha Blue    |
00000210  20 20 20 20 26 38 35 20  28 35 29 20 20 61 4d 20  |    &85 (5)  aM |
00000220  61 6c 70 68 61 20 4d 61  67 65 6e 74 61 0d 26 38  |alpha Magenta.&8|
00000230  36 20 28 36 29 20 20 61  43 20 61 6c 70 68 61 20  |6 (6)  aC alpha |
00000240  43 79 61 6e 20 20 20 20  20 20 20 20 26 38 37 20  |Cyan        &87 |
00000250  28 37 29 20 20 61 57 20  61 6c 70 68 61 20 57 68  |(7)  aW alpha Wh|
00000260  69 74 65 0d 26 38 38 20  28 38 29 20 20 46 6c 20  |ite.&88 (8)  Fl |
00000270  46 6c 61 73 68 20 20 20  20 20 20 20 20 20 20 20  |Flash           |
00000280  20 20 26 38 39 20 28 39  29 20 20 53 74 20 53 74  |  &89 (9)  St St|
00000290  65 61 64 79 0d 26 38 41  20 28 31 30 29 20 45 42  |eady.&8A (10) EB|
000002a0  20 45 6e 64 20 42 6f 78  20 20 20 20 20 20 20 20  | End Box        |
000002b0  20 20 20 26 38 42 20 28  31 31 29 20 53 42 20 53  |   &8B (11) SB S|
000002c0  74 61 72 74 20 42 6f 78  0d 26 38 43 20 28 31 32  |tart Box.&8C (12|
000002d0  29 20 4e 48 20 4e 6f 72  6d 61 6c 20 48 65 69 67  |) NH Normal Heig|
000002e0  68 74 20 20 20 20 20 26  38 44 20 28 31 33 29 20  |ht     &8D (13) |
000002f0  44 48 20 44 6f 75 62 6c  65 20 48 65 69 67 68 74  |DH Double Height|
00000300  0d 26 38 45 20 28 31 34  29 20 53 4f 20 53 4f 20  |.&8E (14) SO SO |
00000310  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 26  |               &|
00000320  38 46 20 28 31 35 29 20  53 49 20 53 49 0d 26 39  |8F (15) SI SI.&9|
00000330  30 20 28 31 36 29 20 44  4c 20 44 4c 45 20 20 20  |0 (16) DL DLE   |
00000340  20 20 20 20 20 20 20 20  20 20 20 20 26 39 31 20  |            &91 |
00000350  28 31 37 29 20 67 52 20  67 72 61 70 68 69 63 73  |(17) gR graphics|
00000360  20 52 65 64 0d 26 39 32  20 28 31 38 29 20 67 47  | Red.&92 (18) gG|
00000370  20 67 72 61 70 68 69 63  73 20 47 72 65 65 6e 20  | graphics Green |
00000380  20 20 20 26 39 33 20 28  31 39 29 20 67 59 20 67  |   &93 (19) gY g|
00000390  72 61 70 68 69 63 73 20  59 65 6c 6c 6f 77 0d 26  |raphics Yellow.&|
000003a0  39 34 20 28 32 30 29 20  67 42 20 67 72 61 70 68  |94 (20) gB graph|
000003b0  69 63 73 20 42 6c 75 65  20 20 20 20 20 26 39 35  |ics Blue     &95|
000003c0  20 28 32 31 29 20 67 4d  20 67 72 61 70 68 69 63  | (21) gM graphic|
000003d0  73 20 4d 61 67 65 6e 74  61 0d 26 39 36 20 28 32  |s Magenta.&96 (2|
000003e0  32 29 20 67 43 20 67 72  61 70 68 69 63 73 20 43  |2) gC graphics C|
000003f0  79 61 6e 20 20 20 20 20  26 39 37 20 28 32 33 29  |yan     &97 (23)|
00000400  20 67 57 20 67 72 61 70  68 69 63 73 20 57 68 69  | gW graphics Whi|
00000410  74 65 0d 26 39 38 20 28  32 34 29 20 43 44 20 43  |te.&98 (24) CD C|
00000420  6f 6e 63 65 61 6c 20 44  69 73 70 6c 61 79 20 20  |onceal Display  |
00000430  20 26 39 39 20 28 32 35  29 20 43 67 20 43 6f 6e  | &99 (25) Cg Con|
00000440  74 69 67 75 6f 75 73 20  67 72 61 70 68 2e 0d 26  |tiguous graph..&|
00000450  39 41 20 28 32 36 29 20  53 67 20 53 65 70 61 72  |9A (26) Sg Separ|
00000460  61 74 65 64 20 67 72 61  70 68 2e 20 20 26 39 42  |ated graph.  &9B|
00000470  20 28 32 37 29 20 45 53  20 45 73 63 61 70 65 0d  | (27) ES Escape.|
00000480  26 39 43 20 28 32 38 29  20 42 42 20 42 6c 61 63  |&9C (28) BB Blac|
00000490  6b 20 42 61 63 6b 67 72  6e 64 2e 20 20 20 26 39  |k Backgrnd.   &9|
000004a0  44 20 28 32 39 29 20 4e  42 20 4e 65 77 20 42 61  |D (29) NB New Ba|
000004b0  63 6b 67 72 6e 64 2e 0d  26 39 45 20 28 33 30 29  |ckgrnd..&9E (30)|
000004c0  20 48 67 20 48 6f 6c 64  20 67 72 61 70 68 69 63  | Hg Hold graphic|
000004d0  73 20 20 20 20 20 26 39  46 20 28 33 31 29 20 52  |s     &9F (31) R|
000004e0  67 20 52 65 6c 65 61 73  65 20 67 72 61 70 68 69  |g Release graphi|
000004f0  63 73 0d 0d 43 6f 64 65  73 20 4e 55 4c 4c 2c 20  |cs..Codes NULL, |
00000500  53 4f 2c 20 53 49 2c 20  44 4c 45 20 61 6e 64 20  |SO, SI, DLE and |
00000510  45 53 43 41 50 45 20 20  61 72 65 20 41 53 43 49  |ESCAPE  are ASCI|
00000520  49 20 73 74 61 6e 64 61  72 64 2e 20 54 68 65 79  |I standard. They|
00000530  0d 68 61 76 65 20 6e 6f  20 65 66 66 65 63 74 20  |.have no effect |
00000540  69 6e 20 74 65 6c 65 74  65 78 74 2e 20 45 6e 64  |in teletext. End|
00000550  20 42 6f 78 20 61 6e 64  20 20 53 74 61 72 74 20  | Box and  Start |
00000560  42 6f 78 20 61 6c 73 6f  20 68 61 76 65 0d 6e 6f  |Box also have.no|
00000570  20 20 6f 62 76 69 6f 75  73 20 65 66 66 65 63 74  |  obvious effect|
00000580  20 61 73 20 74 68 65 79  20 61 72 65 20 6e 6f 72  | as they are nor|
00000590  6d 61 6c 6c 79 20 75 73  65 64 20 66 6f 72 20 73  |mally used for s|
000005a0  75 62 2d 74 69 74 6c 69  6e 67 0d 6f 76 65 72 20  |ub-titling.over |
000005b0  74 65 6c 65 76 69 73 69  6f 6e 2e 20 20 54 68 65  |television.  The|
000005c0  79 20 20 63 61 6e 6e 6f  74 20 20 62 65 20 20 75  |y  cannot  be  u|
000005d0  73 65 64 20 20 61 73 20  74 68 65 72 65 20 69 73  |sed  as there is|
000005e0  20 6e 6f 20 6b 65 79 0d  73 69 67 6e 61 6c 20 61  | no key.signal a|
000005f0  76 61 69 6c 61 62 6c 65  20 66 72 6f 6d 20 74 68  |vailable from th|
00000600  65 20 63 6f 6d 70 75 74  65 72 2e 0d 0d 54 68 65  |e computer...The|
00000610  72 65 20 77 61 73 20 61  6c 73 6f 20 61 20 20 6d  |re was also a  m|
00000620  69 6e 6f 72 20 20 62 75  67 20 20 77 69 74 68 20  |inor  bug  with |
00000630  20 74 68 65 20 44 45 4c  45 54 45 20 6b 65 79 20  | the DELETE key |
00000640  77 68 69 63 68 20 68 61  73 0d 62 65 65 6e 20 66  |which has.been f|
00000650  69 78 65 64 2e 0d 0d 32  2e 20 45 52 41 53 45 0d  |ixed...2. ERASE.|
00000660  54 68 65 20 45 52 41 53  45 20 70 72 6f 63 65 64  |The ERASE proced|
00000670  75 72 65 20 68 61 73 20  62 65 65 6e 20 6d 6f 64  |ure has been mod|
00000680  69 66 69 65 64 20 74 6f  20 61 6c 6c 6f 77 20 61  |ified to allow a|
00000690  6e 79 20 6e 75 6d 62 65  72 20 6f 66 0d 70 61 67  |ny number of.pag|
000006a0  65 73 20 28 69 6e 20 61  20 62 6c 6f 63 6b 29 20  |es (in a block) |
000006b0  74 6f 20 20 62 65 20 20  65 72 61 73 65 64 20 20  |to  be  erased  |
000006c0  61 74 20 20 6f 6e 63 65  2e 20 20 54 68 65 20 20  |at  once.  The  |
000006d0  73 79 6e 74 61 78 20 69  73 0d 69 64 65 6e 74 69  |syntax is.identi|
000006e0  63 61 6c 20 74 6f 20 74  68 61 74 20 75 73 65 64  |cal to that used|
000006f0  20 69 6e 20 50 52 49 4e  54 2e 20 65 2e 67 2e 3b  | in PRINT. e.g.;|
00000700  0d 0d 20 20 65 72 61 73  65 20 68 65 6c 70 20 33  |..  erase help 3|
00000710  3a 68 65 6c 70 20 37 0d  0d 77 69 6c 6c 20 20 65  |:help 7..will  e|
00000720  72 61 73 65 20 20 70 61  67 65 73 20 20 27 68 65  |rase  pages  'he|
00000730  6c 70 20 20 33 27 20 20  74 6f 20 20 27 68 65 6c  |lp  3'  to  'hel|
00000740  70 20 37 27 20 69 6e 63  6c 75 73 69 76 65 2e 20  |p 7' inclusive. |
00000750  4e 61 6d 65 73 0d 61 6e  64 2f 6f 72 20 6e 75 6d  |Names.and/or num|
00000760  65 72 69 63 20 72 65 66  65 72 65 6e 63 65 73 20  |eric references |
00000770  6d 61 79 20 62 65 20 75  73 65 64 2e 0d 0d 33 2e  |may be used...3.|
00000780  20 4c 6f 61 64 69 6e 67  20 61 6e 64 20 53 61 76  | Loading and Sav|
00000790  69 6e 67 0d 54 68 65 20  6c 6f 61 64 20 61 6e 64  |ing.The load and|
000007a0  20 73 61 76 65 20 72 6f  75 74 69 6e 65 73 20 68  | save routines h|
000007b0  61 76 65 20 62 65 65 6e  20 67 65 6e 65 72 61 6c  |ave been general|
000007c0  69 73 65 64 2e 20 54 68  69 73 20 69 73 20 74 6f  |ised. This is to|
000007d0  0d 6d 61 6b 65 20 74 68  65 6d 20 63 6f 6d 70 61  |.make them compa|
000007e0  74 69 62 6c 65 20 77 69  74 68 20 61 6e 79 20 20  |tible with any  |
000007f0  66 69 6c 69 6e 67 20 20  73 79 73 74 65 6d 2c 20  |filing  system, |
00000800  6e 6f 74 20 6a 75 73 74  20 44 46 53 2e 0d 44 69  |not just DFS..Di|
00000810  72 65 63 74 6f 72 79 20  44 20 69 73 20 6e 6f 20  |rectory D is no |
00000820  6c 6f 6e 67 65 72 20 66  69 78 65 64 20 66 6f 72  |longer fixed for|
00000830  20 6d 61 67 61 7a 69 6e  65 20 73 74 6f 72 61 67  | magazine storag|
00000840  65 2e 20 20 49 66 20 44  46 53 0d 69 73 20 69 6e  |e.  If DFS.is in|
00000850  20 75 73 65 20 74 68 65  6e 20 44 20 62 65 63 6f  | use then D beco|
00000860  6d 65 73 20 74 68 65 20  63 75 72 72 65 6e 74 20  |mes the current |
00000870  64 69 72 65 63 74 6f 72  79 2e 20 49 6e 20 61 6e  |directory. In an|
00000880  79 20 6f 74 68 65 72 0d  66 69 6c 69 6e 67 20 20  |y other.filing  |
00000890  73 79 73 74 65 6d 2c 20  20 74 68 65 20 20 63 75  |system,  the  cu|
000008a0  72 72 65 6e 74 20 20 64  69 72 65 63 74 6f 72 79  |rrent  directory|
000008b0  20 20 69 73 20 75 73 65  64 2e 20 44 69 72 65 63  |  is used. Direc|
000008c0  74 6f 72 79 0d 70 61 74  68 6e 61 6d 65 73 20 6d  |tory.pathnames m|
000008d0  61 79 20 62 65 20 73 70  65 63 69 66 69 65 64 20  |ay be specified |
000008e0  69 6e 20 66 69 6c 65 73  2e 20 46 6f 72 20 65 78  |in files. For ex|
000008f0  61 6d 70 6c 65 2c 20 77  69 74 68 20 41 44 46 53  |ample, with ADFS|
00000900  3b 0d 0d 20 20 6c 6f 61  64 20 24 2e 56 69 64 45  |;..  load $.VidE|
00000910  64 2e 4d 61 67 61 7a 69  6e 65 73 2e 53 70 6f 72  |d.Magazines.Spor|
00000920  74 31 0d 0d 69 73 20 71  75 69 74 65 20 76 61 6c  |t1..is quite val|
00000930  69 64 2e 20 28 49 6d 70  6f 73 73 69 62 6c 65 20  |id. (Impossible |
00000940  6f 6e 20 65 61 72 6c 69  65 72 20 76 65 72 73 69  |on earlier versi|
00000950  6f 6e 73 2e 29 20 54 68  65 20 65 6e 74 69 72 65  |ons.) The entire|
00000960  0d 70 61 74 68 6e 61 6d  65 20 69 73 20 73 74 6f  |.pathname is sto|
00000970  72 65 64 20 62 75 74 20  6f 6e 6c 79 20 20 74 68  |red but only  th|
00000980  65 20 20 6d 61 67 61 7a  69 6e 65 20 20 6e 61 6d  |e  magazine  nam|
00000990  65 20 20 28 53 70 6f 72  74 31 20 69 6e 0d 74 68  |e  (Sport1 in.th|
000009a0  69 73 20 20 63 61 73 65  29 20 69 73 20 73 68 6f  |is  case) is sho|
000009b0  77 6e 20 69 6e 20 74 68  65 20 6d 61 67 61 7a 69  |wn in the magazi|
000009c0  6e 65 20 69 6e 64 65 78  2e 20 49 66 20 20 61 20  |ne index. If  a |
000009d0  20 6e 61 6d 65 20 20 68  61 73 0d 62 65 65 6e 20  | name  has.been |
000009e0  73 74 6f 72 65 64 2c 20  69 2e 65 2e 20 61 66 74  |stored, i.e. aft|
000009f0  65 72 20 4c 4f 41 44 20  68 61 73 20 62 65 65 6e  |er LOAD has been|
00000a00  20 75 73 65 64 2c 20 74  68 65 6e 20 74 79 70 69  | used, then typi|
00000a10  6e 67 20 53 41 56 45 0d  77 69 74 68 20 6e 6f 20  |ng SAVE.with no |
00000a20  20 6d 61 67 61 7a 69 6e  65 20 74 69 74 6c 65 20  | magazine title |
00000a30  77 69 6c 6c 20 75 73 65  20 74 68 65 20 73 74 6f  |will use the sto|
00000a40  72 65 64 20 28 63 75 72  72 65 6e 74 29 20 74 69  |red (current) ti|
00000a50  74 6c 65 2e 0d 49 66 20  6e 6f 20 74 69 74 6c 65  |tle..If no title|
00000a60  20 20 69 73 20 20 73 74  6f 72 65 64 20 20 74 68  |  is  stored  th|
00000a70  65 6e 20 74 68 65 72 65  20 77 69 6c 6c 20 62 65  |en there will be|
00000a80  20 74 68 65 20 75 73 75  61 6c 20 70 72 6f 6d 70  | the usual promp|
00000a90  74 0d 66 6f 72 20 6f 6e  65 2e 0d 49 6e 20 20 74  |t.for one..In  t|
00000aa0  68 65 20 20 4c 49 4e 4b  20 20 6d 65 63 68 61 6e  |he  LINK  mechan|
00000ab0  69 73 6d 2c 20 20 74 68  65 20 73 61 6d 65 20 76  |ism,  the same v|
00000ac0  65 72 73 61 74 69 6c 69  74 79 20 69 73 20 75 73  |ersatility is us|
00000ad0  65 64 2e 20 54 68 65 0d  69 6e 64 65 78 20 77 69  |ed. The.index wi|
00000ae0  6c 6c 20 73 68 6f 77 20  74 68 65 20 77 68 6f 6c  |ll show the whol|
00000af0  65 20 70 61 74 68 6e 61  6d 65 20 61 73 20 73 70  |e pathname as sp|
00000b00  65 63 69 66 69 65 64 2e  0d 0d 34 2e 20 44 49 53  |ecified...4. DIS|
00000b10  43 20 61 6e 64 20 52 4f  4d 20 76 65 72 73 69 6f  |C and ROM versio|
00000b20  6e 73 0d 54 68 65 20 20  72 6f 75 74 69 6e 65 73  |ns.The  routines|
00000b30  20 43 4c 4d 20 61 6e 64  20 54 49 44 59 2c 20 66  | CLM and TIDY, f|
00000b40  6f 72 6d 65 72 6c 79 20  20 73 65 70 61 72 61 74  |ormerly  separat|
00000b50  65 20 20 64 69 73 63 20  20 69 6d 61 67 65 73 0d  |e  disc  images.|
00000b60  77 69 74 68 20 74 68 65  20 64 69 73 63 20 76 65  |with the disc ve|
00000b70  72 73 69 6f 6e 2c 20 61  72 65 20 6e 6f 77 20 69  |rsion, are now i|
00000b80  6e 63 6c 75 64 65 64 20  69 6e 20 74 68 65 20 6d  |ncluded in the m|
00000b90  61 69 6e 20 70 72 6f 67  72 61 6d 2e 0d 54 68 69  |ain program..Thi|
00000ba0  73 20 68 61 73 20 62 65  65 6e 20 65 78 70 61 6e  |s has been expan|
00000bb0  64 65 64 20 62 79 20 32  35 36 20 62 79 74 65 73  |ded by 256 bytes|
00000bc0  2e 0d 54 68 65 20 74 65  6d 70 6f 72 61 72 79 20  |..The temporary |
00000bd0  20 70 61 67 65 20 20 73  74 6f 72 65 2c 20 20 70  | page  store,  p|
00000be0  72 65 76 69 6f 75 73 6c  79 20 20 6f 6d 69 74 74  |reviously  omitt|
00000bf0  65 64 20 20 77 69 74 68  20 20 64 69 73 63 0d 76  |ed  with  disc.v|
00000c00  65 72 73 69 6f 6e 73 20  69 73 20 61 6c 73 6f 20  |ersions is also |
00000c10  69 6d 70 6c 65 6d 65 6e  74 65 64 2e 20 54 68 69  |implemented. Thi|
00000c20  73 20 6d 65 61 6e 73 20  74 68 61 74 20 69 66 2c  |s means that if,|
00000c30  20 73 61 79 2c 20 0d 20  20 2a 43 41 54 0d 69 73  | say, .  *CAT.is|
00000c40  20 75 73 65 64 2c 20 74  68 65 6e 20 74 68 65 20  | used, then the |
00000c50  70 61 67 65 20 6c 6f 73  74 20 63 61 6e 20 62 65  |page lost can be|
00000c60  20 72 65 67 61 69 6e 65  64 20 77 69 74 68 3b 0d  | regained with;.|
00000c70  20 20 64 69 73 20 2f 74  65 6d 70 0d 0d 54 68 65  |  dis /temp..The|
00000c80  20 72 6f 75 74 69 6e 65  20 50 52 49 4e 54 20 69  | routine PRINT i|
00000c90  73 20 73 74 61 6e 64 61  72 64 20 6f 6e 20 74 68  |s standard on th|
00000ca0  65 20 52 4f 4d 20 76 65  72 73 69 6f 6e 2e 0d 0d  |e ROM version...|
00000cb0  35 2e 20 54 68 65 20 43  41 52 4f 55 53 45 4c 0d  |5. The CAROUSEL.|
00000cc0  54 68 65 20 68 65 61 64  65 72 20 72 6f 77 20 69  |The header row i|
00000cd0  6e 20 74 68 65 20 63 61  72 6f 75 73 65 6c 20 6e  |n the carousel n|
00000ce0  6f 20 20 6c 6f 6e 67 65  72 20 73 68 6f 77 73 20  |o  longer shows |
00000cf0  74 68 65 20 6d 61 67 61  7a 69 6e 65 0d 6e 61 6d  |the magazine.nam|
00000d00  65 20 61 6e 64 20 70 61  67 65 20 6e 75 6d 62 65  |e and page numbe|
00000d10  72 2e 20 54 68 69 73 20  61 6c 6c 6f 77 73 20 6c  |r. This allows l|
00000d20  6f 6e 67 65 72 20 73 65  72 76 69 63 65 20 6e 61  |onger service na|
00000d30  6d 65 73 20 74 6f 20 62  65 0d 75 73 65 64 2e 20  |mes to be.used. |
00000d40  54 68 65 20 64 65 66 61  75 6c 74 20 63 6f 6c 6f  |The default colo|
00000d50  75 72 20 66 6f 72 20 61  20 73 65 72 76 69 63 65  |ur for a service|
00000d60  20 6e 61 6d 65 20 20 69  73 20 20 79 65 6c 6c 6f  | name  is  yello|
00000d70  77 20 20 62 75 74 0d 74  68 69 73 20 20 63 61 6e  |w  but.this  can|
00000d80  20 62 65 20 63 68 61 6e  67 65 64 20 73 69 6d 70  | be changed simp|
00000d90  6c 79 20 62 79 20 69 6e  73 65 72 74 69 6e 67 20  |ly by inserting |
00000da0  61 20 63 6f 6e 74 72 6f  6c 20 63 6f 64 65 20 66  |a control code f|
00000db0  72 6f 6d 0d 74 68 65 20  72 65 64 20 6b 65 79 73  |rom.the red keys|
00000dc0  20 70 72 69 6f 72 20 74  6f 20 74 68 65 20 73 65  | prior to the se|
00000dd0  72 76 69 63 65 20 6e 61  6d 65 2e 20 46 6f 72 20  |rvice name. For |
00000de0  65 78 61 6d 70 6c 65 3b  0d 0d 20 63 61 72 20 3d  |example;.. car =|
00000df0  3c 53 48 49 46 54 2b 66  31 3e 4d 79 20 49 6e 66  |<SHIFT+f1>My Inf|
00000e00  6f 72 6d 61 74 69 6f 6e  0d 0d 77 69 6c 6c 20 6d  |ormation..will m|
00000e10  61 6b 65 20 74 68 65 20  73 65 72 76 69 63 65 20  |ake the service |
00000e20  6e 61 6d 65 20 20 27 4d  79 20 49 6e 66 6f 72 6d  |name  'My Inform|
00000e30  61 74 69 6f 6e 27 20 69  6e 20 72 65 64 2e 20 49  |ation' in red. I|
00000e40  66 20 74 68 69 73 0d 69  73 20 61 67 61 69 6e 20  |f this.is again |
00000e50  63 68 61 6e 67 65 64 20  62 75 74 20 77 69 74 68  |changed but with|
00000e60  6f 75 74 20 75 73 69 6e  67 20 20 61 20 63 6f 6c  |out using  a col|
00000e70  6f 75 72 20 74 68 65 6e  20 74 68 65 20 63 6f 6c  |our then the col|
00000e80  6f 75 72 0d 73 74 61 79  73 20 74 68 65 20 73 61  |our.stays the sa|
00000e90  6d 65 2e 20 54 6f 20 6d  61 6b 65 20 69 74 20 77  |me. To make it w|
00000ea0  68 69 74 65 2c 20 3c 53  48 49 46 54 2b 66 37 3e  |hite, <SHIFT+f7>|
00000eb0  20 6d 75 73 74 20 62 65  20 75 73 65 64 2e 0d     | must be used..|
00000ebf
VidiEditor/T\DIFFS.m0
VidiEditor/T\DIFFS.m1
VidiEditor/T\DIFFS.m2
VidiEditor/T\DIFFS.m4
VidiEditor/T\DIFFS.m5