From: Mischa POSLAWSKY Date: Thu, 2 Nov 2023 23:51:44 +0000 (+0100) Subject: screen: describe buffer mode X-Git-Tag: v1.15~9 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/aee8ac902453466f305d2169195848348379d0d0 screen: describe buffer mode --- diff --git a/screen.eng.inc.pl b/screen.eng.inc.pl index f1ad1b3..893adf3 100644 --- a/screen.eng.inc.pl +++ b/screen.eng.inc.pl @@ -23,7 +23,7 @@ key => { 'f' => "flow", # flow 'F' => "fit", '^g'=> "vbell", # vbell - 'h' => "hardcopy", # hardcopy + 'h' => "hard<>copy", # hardcopy 'H' => "log", # log 'i' => "prop<>erties", # info 'I' => "login on", #XXX @@ -60,7 +60,7 @@ key => { '|' => "split vert", # split -v '{' => "history", # history '}' => "history", # history - '=' => "remove buf", # removebuf + '=' => "remove buf<>fer", # removebuf '*' => "displays", # displays '.' => "dump<>termcap", # dumptermcap ',' => "license", # license @@ -80,7 +80,7 @@ flag => { 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", "..."], + g6 => ["buffer", "Related to the paste buffer or an exchange file"], g7 => ["contents", "Insert or read character contents on a screen."], g9 => ["screen", "Manipulate global and inter-screen commands."],