/[weechat]/weechat/doc/weechat_doc_en.texi
ViewVC logotype

Diff of /weechat/doc/weechat_doc_en.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.56 by flashcode, Fri Nov 11 11:23:05 2005 UTC revision 1.57 by flashcode, Sun Nov 20 08:16:20 2005 UTC
# Line 35  Line 35 
35    
36  @title WeeChat - User guide  @title WeeChat - User guide
37  @subtitle Fast, light and extensible IRC client  @subtitle Fast, light and extensible IRC client
38  @subtitle Documentation for WeeChat v0.1.6 - November, 11 2005  @subtitle Documentation for WeeChat v0.1.7-cvs - November, 20 2005
39    
40  @author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}>  @author FlashCode <@email{flashcode@@flashtux.org, flashcode AT flashtux.org}>
41    
# Line 352  Type: boolean (values: 'on' or 'off'), d Line 352  Type: boolean (values: 'on' or 'off'), d
352  @item look_day_change_timestamp  @item look_day_change_timestamp
353  Timestamp for date displayed when day changed@*  Timestamp for date displayed when day changed@*
354  Type: string (any string), default value: '%a, %d %b %Y'@*  Type: string (any string), default value: '%a, %d %b %Y'@*
355    @item look_read_marker
356    Use a marker on servers/channels to show first unread line@*
357    Type: string (any string), default value: ' '@*
358  @item col_real_white  @item col_real_white
359  If set, uses real white color, disabled by default for terms with white background (if you never use white background, you should turn on this option to see real white instead of default term foreground color)@*  If set, uses real white color, disabled by default for terms with white background (if you never use white background, you should turn on this option to see real white instead of default term foreground color)@*
360  Type: boolean (values: 'on' or 'off'), default value: 'off'@*  Type: boolean (values: 'on' or 'off'), default value: 'off'@*
# Line 403  Type: color (Curses or Gtk color), defau Line 406  Type: color (Curses or Gtk color), defau
406  @item col_chat_bg  @item col_chat_bg
407  Background for chat window@*  Background for chat window@*
408  Type: color (Curses or Gtk color), default value: 'default'@*  Type: color (Curses or Gtk color), default value: 'default'@*
409    @item col_chat_read_marker
410    Color for unread data marker@*
411    Type: color (Curses or Gtk color), default value: 'yellow'@*
412    @item col_chat_read_marker_bg
413    Background for unread data marker@*
414    Type: color (Curses or Gtk color), default value: 'magenta'@*
415  @item col_status  @item col_status
416  Color for status bar@*  Color for status bar@*
417  Type: color (Curses or Gtk color), default value: 'default'@*  Type: color (Curses or Gtk color), default value: 'default'@*
# Line 550  Type: integer (values: between 0 and 214 Line 559  Type: integer (values: between 0 and 214
559  @item history_max_commands  @item history_max_commands
560  Maximum number of user commands in history (0 = unlimited)@*  Maximum number of user commands in history (0 = unlimited)@*
561  Type: integer (values: between 0 and 2147483647), default value: 100@*  Type: integer (values: between 0 and 2147483647), default value: 100@*
562    @item history_display_default
563    Maximum number of commands to display by default in history listing (0 = unlimited)@*
564    Type: integer (values: between 0 and 2147483647), default value: 5@*
565  @item log_auto_server  @item log_auto_server
566  Automatically log server messages@*  Automatically log server messages@*
567  Type: boolean (values: 'on' or 'off'), default value: 'off'@*  Type: boolean (values: 'on' or 'off'), default value: 'off'@*
# Line 921  disconnect from a server@* Line 933  disconnect from a server@*
933  @*  @*
934  servername: server name to disconnect@*  servername: server name to disconnect@*
935  @*  @*
936  @item debug  dump  @item debug  dump | windows
937  @*  @*
938  print debug messages@*  print debug messages@*
939  @*  @*
940  dump: save memory dump in WeeChat log file (same dump is written when WeeChat crashes)@*  dump: save memory dump in WeeChat log file (same dump is written when WeeChat crashes)@*
941    windows: display windows tree@*
942  @*  @*
943  @item help  [command]  @item help  [command]
944  @*  @*
# Line 933  display help about commands@* Line 946  display help about commands@*
946  @*  @*
947  command: name of a WeeChat or IRC command@*  command: name of a WeeChat or IRC command@*
948  @*  @*
949    @item history  [clear | value]
950    @*
951    show buffer command history@*
952    @*
953    clear: clear history@*
954    value: number of history entries to show@*
955    @*
956  @item ignore  [mask [[type | command] [channel [server]]]]  @item ignore  [mask [[type | command] [channel [server]]]]
957  @*  @*
958  ignore IRC messages and/or hosts@*  ignore IRC messages and/or hosts@*
# Line 1018  show WeeChat uptime@* Line 1038  show WeeChat uptime@*
1038  @*  @*
1039  -o: send uptime on current channel as an IRC message@*  -o: send uptime on current channel as an IRC message@*
1040  @*  @*
1041  @item window  [list | -1 | +1 | b# | splith | splitv | [merge [down | up | left | right | all]]]  @item window  [list | -1 | +1 | b# | splith [pct] | splitv [pct] | resize pct | merge [all]]
1042  @*  @*
1043  manage windows@*  manage windows@*
1044  @*  @*
# Line 1028  list: list opened windows (no parameter Line 1048  list: list opened windows (no parameter
1048  b#: jump to next window displaying buffer number #@*  b#: jump to next window displaying buffer number #@*
1049  splith: split current window horizontally@*  splith: split current window horizontally@*
1050  splitv: split current window vertically@*  splitv: split current window vertically@*
1051  merge: merge window with another@*  resize: resize window size, new size is <pct>%% of parent window@*
1052    merge: merge window with another (all = keep only one window)@*
1053    @*
1054    For splith and splitv, pct is a pourcentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4@*
1055  @*  @*
1056  @end table  @end table
1057    

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26