summaryrefslogtreecommitdiff
path: root/docs/help/in/statusbar.in
blob: 7fff7fb88dcf895d4bef459037b48af2c4fe9f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45

%9Syntax:%9

@SYNTAX:statusbar@

%9Parameters:%9

    ENABLE:       Adds a statusbar to the list of statusbars.
    DISABLE:      Removes a statusbar from the list.
    RESET:        Restores the default statusbar configuration.
    TYPE:         Refers to the type of statusbar, for each split window
                  or only for the current root screen.
    PLACEMENT:    Refers to the placement of the statusbar, either at the
                  top or the bottom of the screen.
    POSITION:     Refers to the position of the statusbar. Represented as
                  an unsigned integer, with 0 implying the first position.
    VISIBLE:      Refers to the visibility of the statusbar or item. If set
                  to always it is visible on all screens, otherwise if set
                  to inactive or active then it is only visible on inactive
                  or active screens, respectively.
    ADD:          Adds an item to the specified statusbar. It can be set to
                  appear before/after another item and left/right aligned
                  to a specified position on the screen.
    REMOVE:       Removes an item from the specified statusbar.

    Where name refers to the name of the statusbar; if no argument is
    given, the entire list of statusbars will be displayed.

%9Description:%9

    Allows adjustment of the attributes and items of a statusbar, as well
    as where it is located and whether or not it is currently visible.

%9Examples:%9

    /STATUSBAR
    /STATUSBAR window
    /STATUSBAR window REMOVE time
    /STATUSBAR window ADD time
    /STATUSBAR window RESET
    /STATUSBAR topic DISABLE
    /STATUSBAR topic ENABLE

%9See also:%9 WINDOW