readline: mark readline v2.1 additions
[sheet.git] / readline.plp
index 019876f1dc1a4ec28c1957b4d9ea977e59c5a9be..06c8e30fb98a291c49728e2f19fddcf18f68fcf6 100644 (file)
@@ -7,7 +7,7 @@ no  warnings 'uninitialized';  # save some useless checks for more legible code
 
 use Shiar_Sheet::KeySigns qw(%sign);  # dependant on $get{ascii}
 
-our $VERSION = 'v1.2';
+our $VERSION = 'v1.0';
 
 $header{content_type} = "text/html; charset=$sign{charset}";
 
@@ -52,7 +52,7 @@ $header{content_type} = "text/html; charset=$sign{charset}";
 use Shiar_Sheet::Keyboard;
 my $keys = Shiar_Sheet::Keyboard->new({do 'readline.inc.pl'});
 $keys->map($get{map}) or undef $get{map};
-$keys->print_rows($get{static} || '543');
+$keys->print_rows($get{rows} || '^x=213', [4,3,2]);
 :>
 </ul>
 
@@ -82,6 +82,10 @@ $keys->print_rows($get{static} || '543');
                <dl class="legend legend-options">
                <dt>key<:= $sign{arg} :>
                        <dd>Commands with a dot need a char argument afterwards.
+               <dt class="new">&gt;v2.0
+                       <dd>Unavailable before readline version 2.1 (1997).
+               <dt class="ext">bash
+                       <dd>Default assignment in Bash shells, but not common readline.
                </dl>
 
                <ul class="legend legend-set">
@@ -100,7 +104,7 @@ $keys->print_rows($get{static} || '543');
 </div>
 
 <p class="footer">
-       <a href="/" rel="home">sheet.shiar.nl</a>/vim
+       <a href="/" rel="home">sheet.shiar.nl</a>/readline
        <a href="git://git.shiar.nl/sheet" rel="vcs-git" title="Git repository"><:= $VERSION :></a>
        created by <a href="http://shiar.nl/" rel="author">Shiar</a> <:= $sign{sep} :>
        <a title="Licensed under the GNU Affero General Public License, version 3" rel="copyright"