MULTIPLE SELECTION screen type

For a MULTIPLE SELECTION screen, the body consists of individual selectable items and possibly a short description.

In the following example, lines 10 through 12 consist of the selectable items. Line 8 is the INSTRUCTION LINE, and is added automatically by the diag_task_screen function.

Any information about the selections may be added to the screen, and would appear after the TITLE line[1] and before the INSTRUCTION line[8].

HELP text may be displayed any time the cursor is on line 10, 11, or 12 in the following example. Each selectable line may have associated HELP text.

             1         2         3         4         5         6         7
   01234567890123456789012345678901234567890123456789012345678901234567890123456789
   --------------------------------------------------------------------------------
 1 DELETE RESOURCES FROM THE PERIODIC DIAGNOSTICS TEST LIST                  802155
 2
 3 The following resources are currently being tested periodically.
 4 Test time is shown inside the brackets in 24 hour format.
 5 Once deleted, a resource cannot be tested until it is added back to the
 6 test list.
 7
 8 Make selection(s), use Commit to continue.
 9
10   ioplanar0        [04:00]          I/O Planar
11   hdisk0           [03:00]          1.0 GB SCSI Disk Drive
12   hdisk1           [03:00]          2.0 GB SCSI Disk Drive
13
14
15
16
17
18
19
20
21
22
23 F1=Help                F2=Refresh              F3=Cancel              F4=List
24 F5=Reset               F7=Commit               F10=Exit
   --------------------------------------------------------------------------------