Home » Archimedes archive » Acorn User » AU 1995-05.adf » !Internet_StarterPak » !TCPIP/TCPIP_Doc/History/New_200f

!TCPIP/TCPIP_Doc/History/New_200f

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_200f
Read OK:
File size: 0CCC bytes
Load address: 0000
Exec address: 0000
File contents
!TCPIP Version 2.00f
====================

Fixes
=====

Broken link in terminal list
-----------------------------
A very minor bug, only noticed it when finder menu added (see below)


Inconsistant command echo attribute
-----------------------------------
Text entered into the command box with local echo enabled is now allways
echoed in the Line Mode entry colour, regardless of whether line mode is
active.


Inconstancy between title flags and terminal switches
-----------------------------------------------------
Use of "W" in terminal options and title flags was inconsistant. This
has been changed as follows:

  Terminal command switch "W" now controls cursor wrap on/off
  Terminal command switch "B" now controls command box on/off
  Terminal window flag "W" was allways a cursor wrap indicator anyway.



Changes
=======

Popup, user defined command menus
---------------------------------
At last these are in, if only in a simplified form. The current
implementation allows only for single level menus, (not hierachial) and
only allows whole commands rather than partials.

The menu file format is decribed in "notes.menus" along with examples.

A new command @<name> has been added to the terminal options to allow
for specifying the macro set attached to the popup menu button in the
command header.

Macro sets are kept in directory !TCPIP.menus. Currently the list of
macros is only read when !TCPIP is initially run.


Windows open in same place
--------------------------
Terminal window creation has been changed so that windows now open
on a staggered y,x matrix. The position a size of the matrix is based
upon fitting standard 80 x 24 terminal window with command header into
the current wimp mode size.

The effect should be that until the matrix wraps around to its starting point,
all window title bars are accessable, even if not fully visible. In mode 39
this wrap around is after 24 windows.


Finding windows
---------------
One of the problems of internet sessions in windows is that you can
easily become swamped with lots of windows on a small screen. This was
particularly a problem when windows opened in the same place.

My original thought was to provide a hot key (eg CTRL+TAB) to cycle
through the windows, bringing each to the front in turn. This has a
small drawback in that either a general hot key grabber has to be
created (which might interfere with other apps using the same the
key-press combination themselves) or that when a non-input window was
pulled, the keypress would cease to work due to !TCPIP no longer having
the input focus.

This could be alleviated by allowing non-input windows to gain focus
only for control functions rather than user input (for eg, F11 [HOLD]
would be appropriate to pause/continue a replay)

Until this problem is resolved, I have decided to add a new "Finder"
sub-menu to the terminal menus which leads to a menu of created window
titles. Choosing one of these will bring the chosen window to the front.

While some window titles are somewhat useless (eg Telnet from
[xxx.xxx.xxx.xxx]), this should at least be helpful in extracting a
required window quickly.

Note: As this is a menu of raw window titles (makes quite a saving a
memory useage) you get the window flag indicators as well.
00000000  21 54 43 50 49 50 20 56  65 72 73 69 6f 6e 20 32  |!TCPIP Version 2|
00000010  2e 30 30 66 0a 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |.00f.===========|
00000020  3d 3d 3d 3d 3d 3d 3d 3d  3d 0a 0a 46 69 78 65 73  |=========..Fixes|
00000030  0a 3d 3d 3d 3d 3d 0a 0a  42 72 6f 6b 65 6e 20 6c  |.=====..Broken l|
00000040  69 6e 6b 20 69 6e 20 74  65 72 6d 69 6e 61 6c 20  |ink in terminal |
00000050  6c 69 73 74 0a 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |list.-----------|
00000060  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000070  2d 2d 0a 41 20 76 65 72  79 20 6d 69 6e 6f 72 20  |--.A very minor |
00000080  62 75 67 2c 20 6f 6e 6c  79 20 6e 6f 74 69 63 65  |bug, only notice|
00000090  64 20 69 74 20 77 68 65  6e 20 66 69 6e 64 65 72  |d it when finder|
000000a0  20 6d 65 6e 75 20 61 64  64 65 64 20 28 73 65 65  | menu added (see|
000000b0  20 62 65 6c 6f 77 29 0a  0a 0a 49 6e 63 6f 6e 73  | below)...Incons|
000000c0  69 73 74 61 6e 74 20 63  6f 6d 6d 61 6e 64 20 65  |istant command e|
000000d0  63 68 6f 20 61 74 74 72  69 62 75 74 65 0a 2d 2d  |cho attribute.--|
000000e0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000100  2d 0a 54 65 78 74 20 65  6e 74 65 72 65 64 20 69  |-.Text entered i|
00000110  6e 74 6f 20 74 68 65 20  63 6f 6d 6d 61 6e 64 20  |nto the command |
00000120  62 6f 78 20 77 69 74 68  20 6c 6f 63 61 6c 20 65  |box with local e|
00000130  63 68 6f 20 65 6e 61 62  6c 65 64 20 69 73 20 6e  |cho enabled is n|
00000140  6f 77 20 61 6c 6c 77 61  79 73 0a 65 63 68 6f 65  |ow allways.echoe|
00000150  64 20 69 6e 20 74 68 65  20 4c 69 6e 65 20 4d 6f  |d in the Line Mo|
00000160  64 65 20 65 6e 74 72 79  20 63 6f 6c 6f 75 72 2c  |de entry colour,|
00000170  20 72 65 67 61 72 64 6c  65 73 73 20 6f 66 20 77  | regardless of w|
00000180  68 65 74 68 65 72 20 6c  69 6e 65 20 6d 6f 64 65  |hether line mode|
00000190  20 69 73 0a 61 63 74 69  76 65 2e 0a 0a 0a 49 6e  | is.active....In|
000001a0  63 6f 6e 73 74 61 6e 63  79 20 62 65 74 77 65 65  |constancy betwee|
000001b0  6e 20 74 69 74 6c 65 20  66 6c 61 67 73 20 61 6e  |n title flags an|
000001c0  64 20 74 65 72 6d 69 6e  61 6c 20 73 77 69 74 63  |d terminal switc|
000001d0  68 65 73 0a 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |hes.------------|
000001e0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000200  2d 2d 2d 2d 2d 2d 2d 2d  2d 0a 55 73 65 20 6f 66  |---------.Use of|
00000210  20 22 57 22 20 69 6e 20  74 65 72 6d 69 6e 61 6c  | "W" in terminal|
00000220  20 6f 70 74 69 6f 6e 73  20 61 6e 64 20 74 69 74  | options and tit|
00000230  6c 65 20 66 6c 61 67 73  20 77 61 73 20 69 6e 63  |le flags was inc|
00000240  6f 6e 73 69 73 74 61 6e  74 2e 20 54 68 69 73 0a  |onsistant. This.|
00000250  68 61 73 20 62 65 65 6e  20 63 68 61 6e 67 65 64  |has been changed|
00000260  20 61 73 20 66 6f 6c 6c  6f 77 73 3a 0a 0a 20 20  | as follows:..  |
00000270  54 65 72 6d 69 6e 61 6c  20 63 6f 6d 6d 61 6e 64  |Terminal command|
00000280  20 73 77 69 74 63 68 20  22 57 22 20 6e 6f 77 20  | switch "W" now |
00000290  63 6f 6e 74 72 6f 6c 73  20 63 75 72 73 6f 72 20  |controls cursor |
000002a0  77 72 61 70 20 6f 6e 2f  6f 66 66 0a 20 20 54 65  |wrap on/off.  Te|
000002b0  72 6d 69 6e 61 6c 20 63  6f 6d 6d 61 6e 64 20 73  |rminal command s|
000002c0  77 69 74 63 68 20 22 42  22 20 6e 6f 77 20 63 6f  |witch "B" now co|
000002d0  6e 74 72 6f 6c 73 20 63  6f 6d 6d 61 6e 64 20 62  |ntrols command b|
000002e0  6f 78 20 6f 6e 2f 6f 66  66 0a 20 20 54 65 72 6d  |ox on/off.  Term|
000002f0  69 6e 61 6c 20 77 69 6e  64 6f 77 20 66 6c 61 67  |inal window flag|
00000300  20 22 57 22 20 77 61 73  20 61 6c 6c 77 61 79 73  | "W" was allways|
00000310  20 61 20 63 75 72 73 6f  72 20 77 72 61 70 20 69  | a cursor wrap i|
00000320  6e 64 69 63 61 74 6f 72  20 61 6e 79 77 61 79 2e  |ndicator anyway.|
00000330  0a 0a 0a 0a 43 68 61 6e  67 65 73 0a 3d 3d 3d 3d  |....Changes.====|
00000340  3d 3d 3d 0a 0a 50 6f 70  75 70 2c 20 75 73 65 72  |===..Popup, user|
00000350  20 64 65 66 69 6e 65 64  20 63 6f 6d 6d 61 6e 64  | defined command|
00000360  20 6d 65 6e 75 73 0a 2d  2d 2d 2d 2d 2d 2d 2d 2d  | menus.---------|
00000370  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000380  2d 2d 2d 2d 2d 2d 2d 2d  0a 41 74 20 6c 61 73 74  |--------.At last|
00000390  20 74 68 65 73 65 20 61  72 65 20 69 6e 2c 20 69  | these are in, i|
000003a0  66 20 6f 6e 6c 79 20 69  6e 20 61 20 73 69 6d 70  |f only in a simp|
000003b0  6c 69 66 69 65 64 20 66  6f 72 6d 2e 20 54 68 65  |lified form. The|
000003c0  20 63 75 72 72 65 6e 74  0a 69 6d 70 6c 65 6d 65  | current.impleme|
000003d0  6e 74 61 74 69 6f 6e 20  61 6c 6c 6f 77 73 20 6f  |ntation allows o|
000003e0  6e 6c 79 20 66 6f 72 20  73 69 6e 67 6c 65 20 6c  |nly for single l|
000003f0  65 76 65 6c 20 6d 65 6e  75 73 2c 20 28 6e 6f 74  |evel menus, (not|
00000400  20 68 69 65 72 61 63 68  69 61 6c 29 20 61 6e 64  | hierachial) and|
00000410  0a 6f 6e 6c 79 20 61 6c  6c 6f 77 73 20 77 68 6f  |.only allows who|
00000420  6c 65 20 63 6f 6d 6d 61  6e 64 73 20 72 61 74 68  |le commands rath|
00000430  65 72 20 74 68 61 6e 20  70 61 72 74 69 61 6c 73  |er than partials|
00000440  2e 0a 0a 54 68 65 20 6d  65 6e 75 20 66 69 6c 65  |...The menu file|
00000450  20 66 6f 72 6d 61 74 20  69 73 20 64 65 63 72 69  | format is decri|
00000460  62 65 64 20 69 6e 20 22  6e 6f 74 65 73 2e 6d 65  |bed in "notes.me|
00000470  6e 75 73 22 20 61 6c 6f  6e 67 20 77 69 74 68 20  |nus" along with |
00000480  65 78 61 6d 70 6c 65 73  2e 0a 0a 41 20 6e 65 77  |examples...A new|
00000490  20 63 6f 6d 6d 61 6e 64  20 40 3c 6e 61 6d 65 3e  | command @<name>|
000004a0  20 68 61 73 20 62 65 65  6e 20 61 64 64 65 64 20  | has been added |
000004b0  74 6f 20 74 68 65 20 74  65 72 6d 69 6e 61 6c 20  |to the terminal |
000004c0  6f 70 74 69 6f 6e 73 20  74 6f 20 61 6c 6c 6f 77  |options to allow|
000004d0  0a 66 6f 72 20 73 70 65  63 69 66 79 69 6e 67 20  |.for specifying |
000004e0  74 68 65 20 6d 61 63 72  6f 20 73 65 74 20 61 74  |the macro set at|
000004f0  74 61 63 68 65 64 20 74  6f 20 74 68 65 20 70 6f  |tached to the po|
00000500  70 75 70 20 6d 65 6e 75  20 62 75 74 74 6f 6e 20  |pup menu button |
00000510  69 6e 20 74 68 65 0a 63  6f 6d 6d 61 6e 64 20 68  |in the.command h|
00000520  65 61 64 65 72 2e 0a 0a  4d 61 63 72 6f 20 73 65  |eader...Macro se|
00000530  74 73 20 61 72 65 20 6b  65 70 74 20 69 6e 20 64  |ts are kept in d|
00000540  69 72 65 63 74 6f 72 79  20 21 54 43 50 49 50 2e  |irectory !TCPIP.|
00000550  6d 65 6e 75 73 2e 20 43  75 72 72 65 6e 74 6c 79  |menus. Currently|
00000560  20 74 68 65 20 6c 69 73  74 20 6f 66 0a 6d 61 63  | the list of.mac|
00000570  72 6f 73 20 69 73 20 6f  6e 6c 79 20 72 65 61 64  |ros is only read|
00000580  20 77 68 65 6e 20 21 54  43 50 49 50 20 69 73 20  | when !TCPIP is |
00000590  69 6e 69 74 69 61 6c 6c  79 20 72 75 6e 2e 0a 0a  |initially run...|
000005a0  0a 57 69 6e 64 6f 77 73  20 6f 70 65 6e 20 69 6e  |.Windows open in|
000005b0  20 73 61 6d 65 20 70 6c  61 63 65 0a 2d 2d 2d 2d  | same place.----|
000005c0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000005d0  2d 2d 2d 2d 2d 2d 0a 54  65 72 6d 69 6e 61 6c 20  |------.Terminal |
000005e0  77 69 6e 64 6f 77 20 63  72 65 61 74 69 6f 6e 20  |window creation |
000005f0  68 61 73 20 62 65 65 6e  20 63 68 61 6e 67 65 64  |has been changed|
00000600  20 73 6f 20 74 68 61 74  20 77 69 6e 64 6f 77 73  | so that windows|
00000610  20 6e 6f 77 20 6f 70 65  6e 0a 6f 6e 20 61 20 73  | now open.on a s|
00000620  74 61 67 67 65 72 65 64  20 79 2c 78 20 6d 61 74  |taggered y,x mat|
00000630  72 69 78 2e 20 54 68 65  20 70 6f 73 69 74 69 6f  |rix. The positio|
00000640  6e 20 61 20 73 69 7a 65  20 6f 66 20 74 68 65 20  |n a size of the |
00000650  6d 61 74 72 69 78 20 69  73 20 62 61 73 65 64 0a  |matrix is based.|
00000660  75 70 6f 6e 20 66 69 74  74 69 6e 67 20 73 74 61  |upon fitting sta|
00000670  6e 64 61 72 64 20 38 30  20 78 20 32 34 20 74 65  |ndard 80 x 24 te|
00000680  72 6d 69 6e 61 6c 20 77  69 6e 64 6f 77 20 77 69  |rminal window wi|
00000690  74 68 20 63 6f 6d 6d 61  6e 64 20 68 65 61 64 65  |th command heade|
000006a0  72 20 69 6e 74 6f 0a 74  68 65 20 63 75 72 72 65  |r into.the curre|
000006b0  6e 74 20 77 69 6d 70 20  6d 6f 64 65 20 73 69 7a  |nt wimp mode siz|
000006c0  65 2e 0a 0a 54 68 65 20  65 66 66 65 63 74 20 73  |e...The effect s|
000006d0  68 6f 75 6c 64 20 62 65  20 74 68 61 74 20 75 6e  |hould be that un|
000006e0  74 69 6c 20 74 68 65 20  6d 61 74 72 69 78 20 77  |til the matrix w|
000006f0  72 61 70 73 20 61 72 6f  75 6e 64 20 74 6f 20 69  |raps around to i|
00000700  74 73 20 73 74 61 72 74  69 6e 67 20 70 6f 69 6e  |ts starting poin|
00000710  74 2c 0a 61 6c 6c 20 77  69 6e 64 6f 77 20 74 69  |t,.all window ti|
00000720  74 6c 65 20 62 61 72 73  20 61 72 65 20 61 63 63  |tle bars are acc|
00000730  65 73 73 61 62 6c 65 2c  20 65 76 65 6e 20 69 66  |essable, even if|
00000740  20 6e 6f 74 20 66 75 6c  6c 79 20 76 69 73 69 62  | not fully visib|
00000750  6c 65 2e 20 49 6e 20 6d  6f 64 65 20 33 39 0a 74  |le. In mode 39.t|
00000760  68 69 73 20 77 72 61 70  20 61 72 6f 75 6e 64 20  |his wrap around |
00000770  69 73 20 61 66 74 65 72  20 32 34 20 77 69 6e 64  |is after 24 wind|
00000780  6f 77 73 2e 0a 0a 0a 46  69 6e 64 69 6e 67 20 77  |ows....Finding w|
00000790  69 6e 64 6f 77 73 0a 2d  2d 2d 2d 2d 2d 2d 2d 2d  |indows.---------|
000007a0  2d 2d 2d 2d 2d 2d 0a 4f  6e 65 20 6f 66 20 74 68  |------.One of th|
000007b0  65 20 70 72 6f 62 6c 65  6d 73 20 6f 66 20 69 6e  |e problems of in|
000007c0  74 65 72 6e 65 74 20 73  65 73 73 69 6f 6e 73 20  |ternet sessions |
000007d0  69 6e 20 77 69 6e 64 6f  77 73 20 69 73 20 74 68  |in windows is th|
000007e0  61 74 20 79 6f 75 20 63  61 6e 0a 65 61 73 69 6c  |at you can.easil|
000007f0  79 20 62 65 63 6f 6d 65  20 73 77 61 6d 70 65 64  |y become swamped|
00000800  20 77 69 74 68 20 6c 6f  74 73 20 6f 66 20 77 69  | with lots of wi|
00000810  6e 64 6f 77 73 20 6f 6e  20 61 20 73 6d 61 6c 6c  |ndows on a small|
00000820  20 73 63 72 65 65 6e 2e  20 54 68 69 73 20 77 61  | screen. This wa|
00000830  73 0a 70 61 72 74 69 63  75 6c 61 72 6c 79 20 61  |s.particularly a|
00000840  20 70 72 6f 62 6c 65 6d  20 77 68 65 6e 20 77 69  | problem when wi|
00000850  6e 64 6f 77 73 20 6f 70  65 6e 65 64 20 69 6e 20  |ndows opened in |
00000860  74 68 65 20 73 61 6d 65  20 70 6c 61 63 65 2e 0a  |the same place..|
00000870  0a 4d 79 20 6f 72 69 67  69 6e 61 6c 20 74 68 6f  |.My original tho|
00000880  75 67 68 74 20 77 61 73  20 74 6f 20 70 72 6f 76  |ught was to prov|
00000890  69 64 65 20 61 20 68 6f  74 20 6b 65 79 20 28 65  |ide a hot key (e|
000008a0  67 20 43 54 52 4c 2b 54  41 42 29 20 74 6f 20 63  |g CTRL+TAB) to c|
000008b0  79 63 6c 65 0a 74 68 72  6f 75 67 68 20 74 68 65  |ycle.through the|
000008c0  20 77 69 6e 64 6f 77 73  2c 20 62 72 69 6e 67 69  | windows, bringi|
000008d0  6e 67 20 65 61 63 68 20  74 6f 20 74 68 65 20 66  |ng each to the f|
000008e0  72 6f 6e 74 20 69 6e 20  74 75 72 6e 2e 20 54 68  |ront in turn. Th|
000008f0  69 73 20 68 61 73 20 61  0a 73 6d 61 6c 6c 20 64  |is has a.small d|
00000900  72 61 77 62 61 63 6b 20  69 6e 20 74 68 61 74 20  |rawback in that |
00000910  65 69 74 68 65 72 20 61  20 67 65 6e 65 72 61 6c  |either a general|
00000920  20 68 6f 74 20 6b 65 79  20 67 72 61 62 62 65 72  | hot key grabber|
00000930  20 68 61 73 20 74 6f 20  62 65 0a 63 72 65 61 74  | has to be.creat|
00000940  65 64 20 28 77 68 69 63  68 20 6d 69 67 68 74 20  |ed (which might |
00000950  69 6e 74 65 72 66 65 72  65 20 77 69 74 68 20 6f  |interfere with o|
00000960  74 68 65 72 20 61 70 70  73 20 75 73 69 6e 67 20  |ther apps using |
00000970  74 68 65 20 73 61 6d 65  20 74 68 65 0a 6b 65 79  |the same the.key|
00000980  2d 70 72 65 73 73 20 63  6f 6d 62 69 6e 61 74 69  |-press combinati|
00000990  6f 6e 20 74 68 65 6d 73  65 6c 76 65 73 29 20 6f  |on themselves) o|
000009a0  72 20 74 68 61 74 20 77  68 65 6e 20 61 20 6e 6f  |r that when a no|
000009b0  6e 2d 69 6e 70 75 74 20  77 69 6e 64 6f 77 20 77  |n-input window w|
000009c0  61 73 0a 70 75 6c 6c 65  64 2c 20 74 68 65 20 6b  |as.pulled, the k|
000009d0  65 79 70 72 65 73 73 20  77 6f 75 6c 64 20 63 65  |eypress would ce|
000009e0  61 73 65 20 74 6f 20 77  6f 72 6b 20 64 75 65 20  |ase to work due |
000009f0  74 6f 20 21 54 43 50 49  50 20 6e 6f 20 6c 6f 6e  |to !TCPIP no lon|
00000a00  67 65 72 20 68 61 76 69  6e 67 0a 74 68 65 20 69  |ger having.the i|
00000a10  6e 70 75 74 20 66 6f 63  75 73 2e 0a 0a 54 68 69  |nput focus...Thi|
00000a20  73 20 63 6f 75 6c 64 20  62 65 20 61 6c 6c 65 76  |s could be allev|
00000a30  69 61 74 65 64 20 62 79  20 61 6c 6c 6f 77 69 6e  |iated by allowin|
00000a40  67 20 6e 6f 6e 2d 69 6e  70 75 74 20 77 69 6e 64  |g non-input wind|
00000a50  6f 77 73 20 74 6f 20 67  61 69 6e 20 66 6f 63 75  |ows to gain focu|
00000a60  73 0a 6f 6e 6c 79 20 66  6f 72 20 63 6f 6e 74 72  |s.only for contr|
00000a70  6f 6c 20 66 75 6e 63 74  69 6f 6e 73 20 72 61 74  |ol functions rat|
00000a80  68 65 72 20 74 68 61 6e  20 75 73 65 72 20 69 6e  |her than user in|
00000a90  70 75 74 20 28 66 6f 72  20 65 67 2c 20 46 31 31  |put (for eg, F11|
00000aa0  20 5b 48 4f 4c 44 5d 0a  77 6f 75 6c 64 20 62 65  | [HOLD].would be|
00000ab0  20 61 70 70 72 6f 70 72  69 61 74 65 20 74 6f 20  | appropriate to |
00000ac0  70 61 75 73 65 2f 63 6f  6e 74 69 6e 75 65 20 61  |pause/continue a|
00000ad0  20 72 65 70 6c 61 79 29  0a 0a 55 6e 74 69 6c 20  | replay)..Until |
00000ae0  74 68 69 73 20 70 72 6f  62 6c 65 6d 20 69 73 20  |this problem is |
00000af0  72 65 73 6f 6c 76 65 64  2c 20 49 20 68 61 76 65  |resolved, I have|
00000b00  20 64 65 63 69 64 65 64  20 74 6f 20 61 64 64 20  | decided to add |
00000b10  61 20 6e 65 77 20 22 46  69 6e 64 65 72 22 0a 73  |a new "Finder".s|
00000b20  75 62 2d 6d 65 6e 75 20  74 6f 20 74 68 65 20 74  |ub-menu to the t|
00000b30  65 72 6d 69 6e 61 6c 20  6d 65 6e 75 73 20 77 68  |erminal menus wh|
00000b40  69 63 68 20 6c 65 61 64  73 20 74 6f 20 61 20 6d  |ich leads to a m|
00000b50  65 6e 75 20 6f 66 20 63  72 65 61 74 65 64 20 77  |enu of created w|
00000b60  69 6e 64 6f 77 0a 74 69  74 6c 65 73 2e 20 43 68  |indow.titles. Ch|
00000b70  6f 6f 73 69 6e 67 20 6f  6e 65 20 6f 66 20 74 68  |oosing one of th|
00000b80  65 73 65 20 77 69 6c 6c  20 62 72 69 6e 67 20 74  |ese will bring t|
00000b90  68 65 20 63 68 6f 73 65  6e 20 77 69 6e 64 6f 77  |he chosen window|
00000ba0  20 74 6f 20 74 68 65 20  66 72 6f 6e 74 2e 0a 0a  | to the front...|
00000bb0  57 68 69 6c 65 20 73 6f  6d 65 20 77 69 6e 64 6f  |While some windo|
00000bc0  77 20 74 69 74 6c 65 73  20 61 72 65 20 73 6f 6d  |w titles are som|
00000bd0  65 77 68 61 74 20 75 73  65 6c 65 73 73 20 28 65  |ewhat useless (e|
00000be0  67 20 54 65 6c 6e 65 74  20 66 72 6f 6d 0a 5b 78  |g Telnet from.[x|
00000bf0  78 78 2e 78 78 78 2e 78  78 78 2e 78 78 78 5d 29  |xx.xxx.xxx.xxx])|
00000c00  2c 20 74 68 69 73 20 73  68 6f 75 6c 64 20 61 74  |, this should at|
00000c10  20 6c 65 61 73 74 20 62  65 20 68 65 6c 70 66 75  | least be helpfu|
00000c20  6c 20 69 6e 20 65 78 74  72 61 63 74 69 6e 67 20  |l in extracting |
00000c30  61 0a 72 65 71 75 69 72  65 64 20 77 69 6e 64 6f  |a.required windo|
00000c40  77 20 71 75 69 63 6b 6c  79 2e 0a 0a 4e 6f 74 65  |w quickly...Note|
00000c50  3a 20 41 73 20 74 68 69  73 20 69 73 20 61 20 6d  |: As this is a m|
00000c60  65 6e 75 20 6f 66 20 72  61 77 20 77 69 6e 64 6f  |enu of raw windo|
00000c70  77 20 74 69 74 6c 65 73  20 28 6d 61 6b 65 73 20  |w titles (makes |
00000c80  71 75 69 74 65 20 61 20  73 61 76 69 6e 67 20 61  |quite a saving a|
00000c90  0a 6d 65 6d 6f 72 79 20  75 73 65 61 67 65 29 20  |.memory useage) |
00000ca0  79 6f 75 20 67 65 74 20  74 68 65 20 77 69 6e 64  |you get the wind|
00000cb0  6f 77 20 66 6c 61 67 20  69 6e 64 69 63 61 74 6f  |ow flag indicato|
00000cc0  72 73 20 61 73 20 77 65  6c 6c 2e 0a              |rs as well..|
00000ccc