diff options
author | dequis <dx@dxzone.com.ar> | 2016-07-25 01:50:17 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2016-07-25 02:54:41 -0300 |
commit | 18d86c14eb94f1dafae0103777a6ecb0e577577e (patch) | |
tree | 375225793bb3e09f911dccba540f9f85ddb8e6bb /documentation | |
parent | d0ef3c487847b69b093932334f9ffed740c953d1 (diff) | |
download | irssi.github.io-18d86c14eb94f1dafae0103777a6ecb0e577577e.zip |
settings: Remove actlist_moves, add actlist_sort and actlist_names
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/settings/index.markdown | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/documentation/settings/index.markdown b/documentation/settings/index.markdown index bca034d..a935f1a 100644 --- a/documentation/settings/index.markdown +++ b/documentation/settings/index.markdown @@ -361,10 +361,22 @@ See the [appendix F](#a_f) for credits and license information of this document. > Flag a channel as active when messages of this type are displayed there. -{:#actlist_moves} -` actlist_moves = OFF ` +{:#actlist_names} +` actlist_names = OFF ` -> When on, irssi rearranges the activity list so windows with more recent activity appear first. Otherwise windows are listed in numeric order. +> Turn on to add active items names in 'act' statusbar item. + +{:#actlist_sort} +` actlist_sort = refnum ` + +> Specifies the sorting type used for the activity bar. Accepted values: +> +> * `refnum` (default) - windows are listed in numeric order +> * `recent` - windows with more recent activity appear first +> * `level` - sort by window level (hilight, msg, etc), same ordering used by active_window command. Windows with the same level are sorted by refnum. +> * `level,recent` - same as level, but windows with the same level are sorted by recent. +> +>Added in irssi 0.8.12. Before irssi 0.8.12, a boolean `actlist_moves` setting existed, which was equivalent to setting actlist_sort to refnum. {:#autoclose_query} ` autoclose_query = 0 ` |