Alter Makefile to force 32-bit compile
[capablanca.git] / lasker-2.2.3 / data / help / iset
1  
2 iset
3  
4 Usage: iset ivariable_name [value]
5  
6   Ivariables are special variables that interface and bot authors can use to
7 modify the output of the FICS server. They shouldn't normally be touched by
8 a user and fiddling with them may cause the interface to malfunction (which
9 can be reset by logging out then in again). Ivariables are not saved between
10 sessions.
11
12 Example:
13   iset defprompt 1
14  
15   Each ivariable has a separate help file to explain how it is used.  Type
16 "help iv_<variable>" to read a specific file.  For example, to read about the
17 graph variable you would type "help iv_graph".
18
19 When a ivariable has been modified, you will be informed of the new setting as
20 a way of verifying it. Normally an interface should parse out this message so
21 that users will not be confused.   
22  
23 See Also:  ivariables [and the many 'iv_' files, of course]
24  
25 [Last modified: August 1, 2000 -- DAV]
26