screen: describe action of (default) command key [^a]
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 23 Jun 2015 13:45:23 +0000 (15:45 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 21 Sep 2015 22:20:08 +0000 (00:20 +0200)
screen.eng.inc.pl
screen.inc.pl

index 2ab94ec6629bbed134eff6915bef190701656e79..fb9fbd3846661af7df296f9675796d36893e8231 100644 (file)
@@ -4,7 +4,7 @@ use utf8;
 key => {
        'a' => "literal a",
        'A' => "title", # title
-       '^a'=> "command key",
+       '^a'=> "last",
        'b' => "send break", # break
        'B' => "reopen break", # pow_break
        'c' => "new", # screen
index 52279ded167826e1ff46c650db09557ffb4f5d16..84d2dea7f37cd29aa8198ebefd6b1455d7bdd268 100644 (file)
@@ -6,7 +6,7 @@ use utf8;
 '' => {
        'a' => 'g7',
        'A' => 'g9 args', # title
-       '^a'=> '',
+       '^a'=> 'g3',
        'b' => 'g7', # break
        'B' => 'g7', # pow_break
        '^b'=> '=b',