diff options
Diffstat (limited to 'doc/weechat_doc_en.texi')
-rw-r--r-- | doc/weechat_doc_en.texi | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/doc/weechat_doc_en.texi b/doc/weechat_doc_en.texi index 8f3f65240..c5762e92d 100644 --- a/doc/weechat_doc_en.texi +++ b/doc/weechat_doc_en.texi @@ -35,7 +35,7 @@ @title WeeChat - User guide @subtitle Fast, light and extensible IRC client -@subtitle Documentation for WeeChat v0.1.7-cvs - December, 6 2005 +@subtitle Documentation for WeeChat v0.1.7-cvs - December, 11 2005 @author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}> @@ -289,9 +289,6 @@ Type: boolean (values: 'on' or 'off'), default value: 'off'@* @item look_buffer_timestamp Timestamp for buffers@* Type: string (any string), default value: '[%H:%M:%S]'@* -@item look_color_nicks -Display nick names with different colors@* -Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item look_color_nicks_number Number of colors to use for nicks colors@* Type: integer (values: between 1 and 10), default value: 10@* @@ -742,6 +739,15 @@ Type: boolean (values: 'on' or 'off'), default value: 'on'@* @item server_notify_levels Comma separated list of notify levels for channels of this server (format: #channel:1,..)@* Type: string (any string), default value: ''@* +@item server_charset_decode_iso +Comma separated list of charsets for server and channels, to decode ISO (format: server:charset,#channel:charset,..)@* +Type: string (any string), default value: ''@* +@item server_charset_decode_utf +Comma separated list of charsets for server and channels, to decode UTF (format: server:charset,#channel:charset,..)@* +Type: string (any string), default value: ''@* +@item server_charset_encode +Comma separated list of charsets for server and channels, to encode messages (format: server:charset,#channel:charset,..)@* +Type: string (any string), default value: ''@* @end table Colors for Curses GUI are:@* @@ -928,6 +934,14 @@ action: action to do:@* server,channel: jump to buffer by server and/or channel name@* number: jump to buffer by number@* @* +@item charset [(decode_iso | decode_utf | encode) charset] +@* +change charset for server or channel@* +@* +decode_iso: charset used for decoding ISO@* +decode_utf: charset used for decoding UTF@* + encode: charset used for encoding messages@* +@* @item clear [-all] @* clear window(s)@* |