File: set

package info (click to toggle)
irssi 0.8.12-7
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 8,152 kB
  • ctags: 5,937
  • sloc: ansic: 54,466; sh: 8,869; perl: 2,460; makefile: 1,034
file content (18 lines) | stat: -rw-r--r-- 765 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

SET %|[-clear | -default] [<key> [<value>]]

You can view or change the settings with /SET command.

/SET without any arguments displays all the settings. /SET <key> displays settings whose key (partly) matches <key> /SET <key> <value> sets <key> to <value>

Boolean settings accept only values ON, OFF and TOGGLE. You can also use /TOGGLE command to change them, so /TOGGLE <key> behaves like /SET <key> TOGGLE. /TOGGLE also accepts arguments ON and OFF when /TOGGLE behaves exactly like /SET.

Remember that changes are not saved until you use /SAVE!

Examples:
   /SET autolog OFF    - Sets value for setting 'autolog'
   /SET close          - Shows all settings whose variable name
                         contains 'close'. Very practical.

See also: TOGGLE