charset: check ucplanes for modification date
[sheet.git] / less.eng.inc.pl
index e145a061c61d0a83c07979eaf8caa270dcc1c45e..92610e9fe80230bdbb76170bb3c1b6b6891e57cc 100644 (file)
@@ -2,6 +2,8 @@ use utf8;
 {
 
 key => {
 {
 
 key => {
+       "\e"=> "alt<>/meta",
+
        'b' => "page up",
        'd' => 'scroll down',
        'f' => "page down",
        'b' => "page up",
        'd' => 'scroll down',
        'f' => "page down",
@@ -42,18 +44,21 @@ key => {
 
        '(' => "closing",
 
 
        '(' => "closing",
 
+       "^[\e"=> "noop",
        '^[n' => "any next find",
        '^[N' => "any prev find",
        '^[u' => "mark search\nUndo",
        '^[(' => "scroll left",
        '^[)' => "scroll right",
 
        '^[n' => "any next find",
        '^[N' => "any prev find",
        '^[u' => "mark search\nUndo",
        '^[(' => "scroll left",
        '^[)' => "scroll right",
 
+       ":\e"=> "noop",
        ':d' => "drop file",
        ':e' => "open file",
        ':n' => "next file",
        ':p' => "prev file",
        ':x' => "first file",
 
        ':d' => "drop file",
        ':e' => "open file",
        ':n' => "next file",
        ':p' => "prev file",
        ':x' => "first file",
 
+       "-\e"=> "noop",
        '-a' => "advance find page",
        '-b' => "buffer space",
        '-B' => "static buffer for pipes",
        '-a' => "advance find page",
        '-b' => "buffer space",
        '-B' => "static buffer for pipes",
@@ -77,7 +82,7 @@ key => {
        '-n' => "count line num<>ber<>s",
        '-N' => "show line n<>um<>ber<>s",
        '-o' => "stdin to log",
        '-n' => "count line num<>ber<>s",
        '-N' => "show line n<>um<>ber<>s",
        '-o' => "stdin to log",
-       '-O' => "log overwrite",
+       '-O' => "log over<>wr<>ite",
        '-p' => "initial search",
        '-P' => "status line\nPrompt",
        '-q' => "no info bell\nQuiet",
        '-p' => "initial search",
        '-P' => "status line\nPrompt",
        '-q' => "no info bell\nQuiet",
@@ -111,12 +116,12 @@ mode => {
 },
 
 flag => {
 },
 
 flag => {
-       ci => [info   => 'Temporary message display (or related option).'],
-       pm => [move   => 'Regular file position panning (or option).'],
-       po => [jump   => 'Other file position manipulation (").'],
-       co => [search => 'Go to matching content (").'],
-       mo => [file   => 'Alter open file buffer (").'],
-       mv => [misc   => 'Other commands and options.'],
+       g1 => [info   => 'Temporary message display (or related option).'],
+       g2 => [move   => 'Regular file position panning (or option).'],
+       g3 => [jump   => 'Other file position manipulation (").'],
+       g4 => [search => 'Go to matching content (").'],
+       g7 => [file   => 'Alter open file buffer (").'],
+       g8 => [misc   => 'Other commands and options.'],
 
        arg  => ["key<arg>" => "Commands with a dot need a char argument afterwards."],
        more => [more => "A small subset is compatible with `more`."],
 
        arg  => ["key<arg>" => "Commands with a dot need a char argument afterwards."],
        more => [more => "A small subset is compatible with `more`."],