Home » Archimedes archive » Acorn User » AU 1995-05.adf » !Internet_StarterPak » !TCPIP/TCPIP_Doc/History/New_200c
!TCPIP/TCPIP_Doc/History/New_200c
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 » Archimedes archive » Acorn User » AU 1995-05.adf » !Internet_StarterPak |
Filename: | !TCPIP/TCPIP_Doc/History/New_200c |
Read OK: | ✔ |
File size: | 0740 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
Fixes (2.00c) ============= Archive ------- Just a new !RunImage and !Sprite(22) files this time. This file (Fix200c) Twilight zone - a nice VT100 animation, for your amusement ;-) Whats Fixed? ============ Auto wide screen selection now works properly. In fact all auto-mode switches were missing. [End of Line] and Editor problems --------------------------------- Appears I came across one of the undocumented aspects of VT100 emulation here. It appears that set region code should also set cursor to 0,0, which it didn't Running your replay seems to show all editor problems fixed as a consequence of adding cursor to 0,0 in set region routine. Sprite doesn't exist -------------------- I think I mentioned what *should* happen in my last email. I checked this and DragASprite *was* being told which sprite pool to get the wimp sprite (file_fff) from, even so, I have changed that to tell DragASprite to find the wimp sprite poll for itself. This works and worked, fine for me, but not for you or another friend who is testing this. Hope it works ok now. (BTW I am using Wimp 3.22n, the limited release, pre-RiscPC developers only wimp, maybe this makes a difference...?) Just tried the old wimp - it does! - now fixed. Additions --------- Have fixed event handling to allow the replay utility to function. To replay a spool, drag it on the icon bar icon. To slow down a reply, hold the CTRL key down. (A bit untidy, but have done this really to aid diagnostic rather than anything else) Replays are normally run with the cursor invisble. If the CTRL key is held down when the file is dragged onto the iconbar icon, the cursor will be visible. Misc ---- BTW, as an emergency measure, if you hold [SHIFT]+[CTRL] down and choose quit on the iconbar meni, !TCPIP will exit immediately WITHOUT shutting down, thus leaving the modem on-line.
00000000 46 69 78 65 73 20 28 32 2e 30 30 63 29 0a 3d 3d |Fixes (2.00c).==| 00000010 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 41 72 63 |===========..Arc| 00000020 68 69 76 65 0a 2d 2d 2d 2d 2d 2d 2d 0a 0a 4a 75 |hive.-------..Ju| 00000030 73 74 20 61 20 6e 65 77 20 21 52 75 6e 49 6d 61 |st a new !RunIma| 00000040 67 65 20 61 6e 64 20 21 53 70 72 69 74 65 28 32 |ge and !Sprite(2| 00000050 32 29 20 66 69 6c 65 73 20 74 68 69 73 20 74 69 |2) files this ti| 00000060 6d 65 2e 0a 54 68 69 73 20 66 69 6c 65 20 28 46 |me..This file (F| 00000070 69 78 32 30 30 63 29 0a 54 77 69 6c 69 67 68 74 |ix200c).Twilight| 00000080 20 7a 6f 6e 65 20 2d 20 61 20 6e 69 63 65 20 56 | zone - a nice V| 00000090 54 31 30 30 20 61 6e 69 6d 61 74 69 6f 6e 2c 20 |T100 animation, | 000000a0 66 6f 72 20 79 6f 75 72 20 61 6d 75 73 65 6d 65 |for your amuseme| 000000b0 6e 74 20 3b 2d 29 0a 0a 57 68 61 74 73 20 46 69 |nt ;-)..Whats Fi| 000000c0 78 65 64 3f 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |xed?.===========| 000000d0 3d 0a 0a 41 75 74 6f 20 77 69 64 65 20 73 63 72 |=..Auto wide scr| 000000e0 65 65 6e 20 73 65 6c 65 63 74 69 6f 6e 20 6e 6f |een selection no| 000000f0 77 20 77 6f 72 6b 73 20 70 72 6f 70 65 72 6c 79 |w works properly| 00000100 2e 20 49 6e 20 66 61 63 74 20 61 6c 6c 20 61 75 |. In fact all au| 00000110 74 6f 2d 6d 6f 64 65 0a 73 77 69 74 63 68 65 73 |to-mode.switches| 00000120 20 77 65 72 65 20 6d 69 73 73 69 6e 67 2e 0a 0a | were missing...| 00000130 0a 5b 45 6e 64 20 6f 66 20 4c 69 6e 65 5d 20 61 |.[End of Line] a| 00000140 6e 64 20 45 64 69 74 6f 72 20 70 72 6f 62 6c 65 |nd Editor proble| 00000150 6d 73 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |ms.-------------| 00000160 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000170 2d 2d 2d 2d 0a 41 70 70 65 61 72 73 20 49 20 63 |----.Appears I c| 00000180 61 6d 65 20 61 63 72 6f 73 73 20 6f 6e 65 20 6f |ame across one o| 00000190 66 20 74 68 65 20 75 6e 64 6f 63 75 6d 65 6e 74 |f the undocument| 000001a0 65 64 20 61 73 70 65 63 74 73 20 6f 66 20 56 54 |ed aspects of VT| 000001b0 31 30 30 20 65 6d 75 6c 61 74 69 6f 6e 0a 68 65 |100 emulation.he| 000001c0 72 65 2e 20 49 74 20 61 70 70 65 61 72 73 20 74 |re. It appears t| 000001d0 68 61 74 20 73 65 74 20 72 65 67 69 6f 6e 20 63 |hat set region c| 000001e0 6f 64 65 20 73 68 6f 75 6c 64 20 61 6c 73 6f 20 |ode should also | 000001f0 73 65 74 20 63 75 72 73 6f 72 20 74 6f 20 30 2c |set cursor to 0,| 00000200 30 2c 0a 77 68 69 63 68 20 69 74 20 64 69 64 6e |0,.which it didn| 00000210 27 74 20 52 75 6e 6e 69 6e 67 20 79 6f 75 72 20 |'t Running your | 00000220 72 65 70 6c 61 79 20 73 65 65 6d 73 20 74 6f 20 |replay seems to | 00000230 73 68 6f 77 20 61 6c 6c 20 65 64 69 74 6f 72 20 |show all editor | 00000240 70 72 6f 62 6c 65 6d 73 0a 66 69 78 65 64 20 61 |problems.fixed a| 00000250 73 20 61 20 63 6f 6e 73 65 71 75 65 6e 63 65 20 |s a consequence | 00000260 6f 66 20 61 64 64 69 6e 67 20 63 75 72 73 6f 72 |of adding cursor| 00000270 20 74 6f 20 30 2c 30 20 69 6e 20 73 65 74 20 72 | to 0,0 in set r| 00000280 65 67 69 6f 6e 20 72 6f 75 74 69 6e 65 2e 0a 0a |egion routine...| 00000290 0a 53 70 72 69 74 65 20 64 6f 65 73 6e 27 74 20 |.Sprite doesn't | 000002a0 65 78 69 73 74 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |exist.----------| 000002b0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 49 20 74 68 |----------..I th| 000002c0 69 6e 6b 20 49 20 6d 65 6e 74 69 6f 6e 65 64 20 |ink I mentioned | 000002d0 77 68 61 74 20 2a 73 68 6f 75 6c 64 2a 20 68 61 |what *should* ha| 000002e0 70 70 65 6e 20 69 6e 20 6d 79 20 6c 61 73 74 20 |ppen in my last | 000002f0 65 6d 61 69 6c 2e 20 49 20 63 68 65 63 6b 65 64 |email. I checked| 00000300 0a 74 68 69 73 20 61 6e 64 20 44 72 61 67 41 53 |.this and DragAS| 00000310 70 72 69 74 65 20 2a 77 61 73 2a 20 62 65 69 6e |prite *was* bein| 00000320 67 20 74 6f 6c 64 20 77 68 69 63 68 20 73 70 72 |g told which spr| 00000330 69 74 65 20 70 6f 6f 6c 20 74 6f 20 67 65 74 20 |ite pool to get | 00000340 74 68 65 20 77 69 6d 70 0a 73 70 72 69 74 65 20 |the wimp.sprite | 00000350 28 66 69 6c 65 5f 66 66 66 29 20 66 72 6f 6d 2c |(file_fff) from,| 00000360 20 65 76 65 6e 20 73 6f 2c 20 49 20 68 61 76 65 | even so, I have| 00000370 20 63 68 61 6e 67 65 64 20 74 68 61 74 20 74 6f | changed that to| 00000380 20 74 65 6c 6c 20 44 72 61 67 41 53 70 72 69 74 | tell DragASprit| 00000390 65 0a 74 6f 20 66 69 6e 64 20 74 68 65 20 77 69 |e.to find the wi| 000003a0 6d 70 20 73 70 72 69 74 65 20 70 6f 6c 6c 20 66 |mp sprite poll f| 000003b0 6f 72 20 69 74 73 65 6c 66 2e 0a 0a 54 68 69 73 |or itself...This| 000003c0 20 77 6f 72 6b 73 20 61 6e 64 20 77 6f 72 6b 65 | works and worke| 000003d0 64 2c 20 66 69 6e 65 20 66 6f 72 20 6d 65 2c 20 |d, fine for me, | 000003e0 62 75 74 20 6e 6f 74 20 66 6f 72 20 79 6f 75 20 |but not for you | 000003f0 6f 72 20 61 6e 6f 74 68 65 72 20 66 72 69 65 6e |or another frien| 00000400 64 0a 77 68 6f 20 69 73 20 74 65 73 74 69 6e 67 |d.who is testing| 00000410 20 74 68 69 73 2e 20 48 6f 70 65 20 69 74 20 77 | this. Hope it w| 00000420 6f 72 6b 73 20 6f 6b 20 6e 6f 77 2e 20 28 42 54 |orks ok now. (BT| 00000430 57 20 49 20 61 6d 20 75 73 69 6e 67 20 57 69 6d |W I am using Wim| 00000440 70 20 33 2e 32 32 6e 2c 0a 74 68 65 20 6c 69 6d |p 3.22n,.the lim| 00000450 69 74 65 64 20 72 65 6c 65 61 73 65 2c 20 70 72 |ited release, pr| 00000460 65 2d 52 69 73 63 50 43 20 64 65 76 65 6c 6f 70 |e-RiscPC develop| 00000470 65 72 73 20 6f 6e 6c 79 20 77 69 6d 70 2c 20 6d |ers only wimp, m| 00000480 61 79 62 65 20 74 68 69 73 20 6d 61 6b 65 73 20 |aybe this makes | 00000490 61 0a 64 69 66 66 65 72 65 6e 63 65 2e 2e 2e 3f |a.difference...?| 000004a0 29 20 4a 75 73 74 20 74 72 69 65 64 20 74 68 65 |) Just tried the| 000004b0 20 6f 6c 64 20 77 69 6d 70 20 2d 20 69 74 20 64 | old wimp - it d| 000004c0 6f 65 73 21 20 2d 20 6e 6f 77 20 66 69 78 65 64 |oes! - now fixed| 000004d0 2e 0a 0a 0a 41 64 64 69 74 69 6f 6e 73 0a 2d 2d |....Additions.--| 000004e0 2d 2d 2d 2d 2d 2d 2d 0a 48 61 76 65 20 66 69 78 |-------.Have fix| 000004f0 65 64 20 65 76 65 6e 74 20 68 61 6e 64 6c 69 6e |ed event handlin| 00000500 67 20 74 6f 20 61 6c 6c 6f 77 20 74 68 65 20 72 |g to allow the r| 00000510 65 70 6c 61 79 20 75 74 69 6c 69 74 79 20 74 6f |eplay utility to| 00000520 20 66 75 6e 63 74 69 6f 6e 2e 20 54 6f 20 72 65 | function. To re| 00000530 70 6c 61 79 20 61 0a 73 70 6f 6f 6c 2c 20 64 72 |play a.spool, dr| 00000540 61 67 20 69 74 20 6f 6e 20 74 68 65 20 69 63 6f |ag it on the ico| 00000550 6e 20 62 61 72 20 69 63 6f 6e 2e 0a 54 6f 20 73 |n bar icon..To s| 00000560 6c 6f 77 20 64 6f 77 6e 20 61 20 72 65 70 6c 79 |low down a reply| 00000570 2c 20 68 6f 6c 64 20 74 68 65 20 43 54 52 4c 20 |, hold the CTRL | 00000580 6b 65 79 20 64 6f 77 6e 2e 20 28 41 20 62 69 74 |key down. (A bit| 00000590 20 75 6e 74 69 64 79 2c 20 62 75 74 20 68 61 76 | untidy, but hav| 000005a0 65 20 64 6f 6e 65 20 74 68 69 73 0a 72 65 61 6c |e done this.real| 000005b0 6c 79 20 74 6f 20 61 69 64 20 64 69 61 67 6e 6f |ly to aid diagno| 000005c0 73 74 69 63 20 72 61 74 68 65 72 20 74 68 61 6e |stic rather than| 000005d0 20 61 6e 79 74 68 69 6e 67 20 65 6c 73 65 29 0a | anything else).| 000005e0 52 65 70 6c 61 79 73 20 61 72 65 20 6e 6f 72 6d |Replays are norm| 000005f0 61 6c 6c 79 20 72 75 6e 20 77 69 74 68 20 74 68 |ally run with th| 00000600 65 20 63 75 72 73 6f 72 20 69 6e 76 69 73 62 6c |e cursor invisbl| 00000610 65 2e 20 49 66 20 74 68 65 20 43 54 52 4c 20 6b |e. If the CTRL k| 00000620 65 79 20 69 73 20 68 65 6c 64 20 64 6f 77 6e 0a |ey is held down.| 00000630 77 68 65 6e 20 74 68 65 20 66 69 6c 65 20 69 73 |when the file is| 00000640 20 64 72 61 67 67 65 64 20 6f 6e 74 6f 20 74 68 | dragged onto th| 00000650 65 20 69 63 6f 6e 62 61 72 20 69 63 6f 6e 2c 20 |e iconbar icon, | 00000660 74 68 65 20 63 75 72 73 6f 72 20 77 69 6c 6c 20 |the cursor will | 00000670 62 65 20 76 69 73 69 62 6c 65 2e 0a 0a 0a 4d 69 |be visible....Mi| 00000680 73 63 0a 2d 2d 2d 2d 0a 42 54 57 2c 20 61 73 20 |sc.----.BTW, as | 00000690 61 6e 20 65 6d 65 72 67 65 6e 63 79 20 6d 65 61 |an emergency mea| 000006a0 73 75 72 65 2c 20 69 66 20 79 6f 75 20 68 6f 6c |sure, if you hol| 000006b0 64 20 5b 53 48 49 46 54 5d 2b 5b 43 54 52 4c 5d |d [SHIFT]+[CTRL]| 000006c0 20 64 6f 77 6e 20 61 6e 64 20 63 68 6f 6f 73 65 | down and choose| 000006d0 20 71 75 69 74 0a 6f 6e 20 74 68 65 20 69 63 6f | quit.on the ico| 000006e0 6e 62 61 72 20 6d 65 6e 69 2c 20 21 54 43 50 49 |nbar meni, !TCPI| 000006f0 50 20 77 69 6c 6c 20 65 78 69 74 20 69 6d 6d 65 |P will exit imme| 00000700 64 69 61 74 65 6c 79 20 57 49 54 48 4f 55 54 20 |diately WITHOUT | 00000710 73 68 75 74 74 69 6e 67 20 64 6f 77 6e 2c 20 74 |shutting down, t| 00000720 68 75 73 0a 6c 65 61 76 69 6e 67 20 74 68 65 20 |hus.leaving the | 00000730 6d 6f 64 65 6d 20 6f 6e 2d 6c 69 6e 65 2e 0a 0a |modem on-line...| 00000740