Change description
This commit is contained in:
parent
0811cd6508
commit
bf31bdb5aa
1 changed files with 6 additions and 15 deletions
17
modeline
17
modeline
|
@ -10,23 +10,14 @@ modeline - modeline interface to urxvt
|
||||||
|
|
||||||
=head1 DESCRIPTION
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
This transforms the terminal into a tabbar with additional terminals, that
|
This adds a "modeline" to the terminal which you can fill with
|
||||||
is, it implements what is commonly referred to as "modeline terminal". The topmost line
|
information using a shell script.
|
||||||
displays a "[NEW]" button, which, when clicked, will add a new tab, followed by one
|
|
||||||
button per tab.
|
|
||||||
|
|
||||||
Clicking a button will activate that tab. Pressing B<Shift-Left> and
|
The modeline offers only a few customizations:
|
||||||
B<Shift-Right> will switch to the tab left or right of the current one,
|
|
||||||
while B<Shift-Down> creates a new tab. Pressing B<Ctrl-Left> and
|
|
||||||
B<Ctrl-Right> will renumber the current tab by moving it to the left or
|
|
||||||
to the right.
|
|
||||||
|
|
||||||
The tabbar itself can be configured similarly to a normal terminal, but
|
|
||||||
with a resource class of C<URxvt.modeline>. In addition, it supports the
|
|
||||||
following four resources (shown with defaults):
|
|
||||||
|
|
||||||
URxvt.modeline.fg: <colour-index, default 3>
|
URxvt.modeline.fg: <colour-index, default 3>
|
||||||
URxvt.modeline.bg: <colour-index, default 0>
|
URxvt.modeline.bg: <colour-index, default 0>
|
||||||
|
URxvt.modeline.command: <string>
|
||||||
|
|
||||||
See I<COLOR AND GRAPHICS> in the @@RXVT_NAME@@(1) manpage for valid
|
See I<COLOR AND GRAPHICS> in the @@RXVT_NAME@@(1) manpage for valid
|
||||||
indices.
|
indices.
|
||||||
|
|
Loading…
Reference in a new issue