aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-08-17 00:47:25 +0200
committerGravatar Tom Willemse2013-08-17 00:47:25 +0200
commitbf31bdb5aa6b144b08c8613bf77d03d6f428ed41 (patch)
tree9860f0e6a69d0b13f81d016b9d52d633ecafad5d
parent0811cd65083f9bec93c59232a65b7ef56e0f8171 (diff)
downloadurxvt-modeline-bf31bdb5aa6b144b08c8613bf77d03d6f428ed41.tar.gz
urxvt-modeline-bf31bdb5aa6b144b08c8613bf77d03d6f428ed41.zip
Change descriptionHEADmaster
-rwxr-xr-xmodeline25
1 files changed, 8 insertions, 17 deletions
diff --git a/modeline b/modeline
index f576a47..7941638 100755
--- a/modeline
+++ b/modeline
@@ -10,23 +10,14 @@ modeline - modeline interface to urxvt
=head1 DESCRIPTION
-This transforms the terminal into a tabbar with additional terminals, that
-is, it implements what is commonly referred to as "modeline terminal". The topmost line
-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
-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.bg: <colour-index, default 0>
+This adds a "modeline" to the terminal which you can fill with
+information using a shell script.
+
+The modeline offers only a few customizations:
+
+ URxvt.modeline.fg: <colour-index, default 3>
+ URxvt.modeline.bg: <colour-index, default 0>
+ URxvt.modeline.command: <string>
See I<COLOR AND GRAPHICS> in the @@RXVT_NAME@@(1) manpage for valid
indices.