screen: describe most flag classes
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 23 Jun 2015 13:46:10 +0000 (15:46 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 21 Sep 2015 22:20:08 +0000 (00:20 +0200)
screen.eng.inc.pl
screen.plp

index fb9fbd3846661af7df296f9675796d36893e8231..e0cdb5c8bd101a1999ead222bf70d790d35c530f 100644 (file)
@@ -66,14 +66,14 @@ mode => {
 },
 
 flag => {
-       g1 => ["info"],
-       g2 => ["display"],
-       g3 => ["select"],
-       g4 => ["config"],
-       g5 => ["window"],
-       g6 => ["buffer"],
-       g7 => ["contents"],
-       g9 => ["screen"],
+       g1 => ["info", "Temporarily hover information in bottom task bar."],
+       g2 => ["display", "Change screen display options."],
+       g3 => ["select", "Switch between existing windows."],
+       g4 => ["config", "Toggle configuration flags to change behaviour of the current window."],
+       g5 => ["window", "Operate on or in current window with lasting results."],
+       g6 => ["buffer", "..."],
+       g7 => ["contents", "Insert or read character contents on a screen."],
+       g9 => ["screen", "Manipulate global and inter-screen commands."],
 
        arg => ["key<arg>" => "Commands with a dot need a char argument afterwards."],
 },
index 26d6451f51d9e1fc6d04c1f21483e880b41b6459..e5faf7d786fafc66e02db8f9d28110778d4d0586 100644 (file)
@@ -34,7 +34,7 @@ $keys->print_rows($get{rows});
 <div class="help">
        <div class="left">
 <:
-               $keys->print_legend('legend-types', [map { "g$_" } 1 .. 9]);
+               $keys->print_legend('legend-types', ['g1' .. 'g7', 'g9']);
 :>
        </div>