base: append exact formula in titles
[sheet.git] / readline.eng.inc.pl
index da03370f4d26a2656db075d3565a40f6a1c1861c..c7bcd25c4633dfc03443ecc36b1be88963cb11e0 100644 (file)
@@ -80,4 +80,18 @@ mode => {
        '^x' => 'emacs ctrl-x bindings',
 },
 
+flag => {
+       ci => [info    => "Info command: shows/does something without altering anything."],
+       pm => [motion  => "Move the cursor."],
+       co => [history => "Replace contents involving kill ring, undo, or command history."],
+       mi => [change  => "Alter current text (filtering or completion)."],
+       mo => [delete  => "Remove text."],
+       mv => [misc    => "Miscellaneous commands."],
+       me => [mode    => "Additional key functionality (click to view)."],
+
+       arg => ["key$sign{arg}" => "Commands with a dot need a char argument afterwards."],
+       new => [">v2.0" => "Unavailable before readline version 2.1 (1997)."],
+       ext => ["bash" => "Default assignment in Bash shells, but not common readline."],
+},
+
 }