From: Mischa POSLAWSKY Date: Tue, 23 Jun 2015 13:45:23 +0000 (+0200) Subject: screen: describe action of (default) command key [^a] X-Git-Tag: v1.8~61 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/46815bb93ef383eb9b282dbbc17161c4b673ded8?hp=d72c17f12b038e930bf3b11be4a3614a870fc1ed screen: describe action of (default) command key [^a] --- diff --git a/screen.eng.inc.pl b/screen.eng.inc.pl index 2ab94ec..fb9fbd3 100644 --- a/screen.eng.inc.pl +++ b/screen.eng.inc.pl @@ -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 diff --git a/screen.inc.pl b/screen.inc.pl index 52279de..84d2dea 100644 --- a/screen.inc.pl +++ b/screen.inc.pl @@ -6,7 +6,7 @@ use utf8; '' => { 'a' => 'g7', 'A' => 'g9 args', # title - '^a'=> '', + '^a'=> 'g3', 'b' => 'g7', # break 'B' => 'g7', # pow_break '^b'=> '=b',