From 26e94073828dd59fb34be82d14db8df3d505df52 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 18 Feb 2002 09:00:26 +0000 Subject: added statusbar help git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2512 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/startup-HOWTO.html | 51 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'docs/startup-HOWTO.html') diff --git a/docs/startup-HOWTO.html b/docs/startup-HOWTO.html index ddd5d025..66e277b4 100644 --- a/docs/startup-HOWTO.html +++ b/docs/startup-HOWTO.html @@ -43,6 +43,10 @@
  • Proxies and IRC bouncers
  • Irssi's settings
  • +
  • Statusbar +
  • 1. For all the lazy people

    @@ -808,3 +812,50 @@ of them you might want to change (the default value is shown):

    /SET completion_char :
    Completion character to use.
    + +

    12. Statusbar

    + +

    /STATUSBAR displays a list of statusbars:

    + +
    +Name                           Type   Placement Position Visible
    +window                         window bottom    0        always
    +window_inact                   window bottom    1        inactive
    +prompt                         root   bottom    100      always
    +topic                          root   top       1        always
    +
    + +

    /STATUSBAR <name> prints the statusbar +settings and it's items. /STATUSBAR <name> +ENABLE|DISABLE enables/disables the statusbar. +/STATUSBAR <name> RESET resets the statusbar to +it's default settings. If the statusbar was created by you, it will be +removed.

    + +

    Type can be window or root, meaning if the statusbar should be +created for each split window, or just once. Placement can be top or +bottom. Position is a number, the lower the value the higher in screen +it is. Visible can be always, active or inactive. Active/inactive is +meant to be used with split windows, one split window is active and rest +are inactive. These settings can be changed with:

    + + + +

    When loading new statusbar scripts, you'll need to also specify +where you want to show it. Statusbar items can be modified with:

    + + + +

    The item name with statusbar scripts is usually same as the script's +name. Script's documentation should tell if this isn't the case. So, to +add mail.pl before the window activity item (see the list with +/STATUSBAR window), use: /STATUSBAR window ADD -before act +mail.

    -- cgit v1.2.3