94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
+
+
+
+
+
+
+
+
|
'mx' <command>
Export a move list. The argument is a operating system command that
will receive the move list (in the same format as above) on stdin.
=== Editor commands ===
'^a' <location>
Add an object with the current MRU values to that location, if there
is not already another object of the same class there.
'^c'
Display the class selection menu.
'^u' <location>
Add an object with the current MRU values to that location, even if
there is already another object of the same class at that location.
'mR' <number>
Select a relative MRU. Negative numbers move up the list, and positive
numbers move down the list.
'mr' <number>
Select a MRU, given the MRU number (0 to 31; the top is zero).
|