X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/023c53f6c93c69b9d4f28eec8f57e9e335cfbd25:/bash.plp..69e936ab32b46f8c46e4dc077438cf4f4536aa9d:/readline.plp diff --git a/bash.plp b/readline.plp similarity index 98% rename from bash.plp rename to readline.plp index dfaeda4..b8a6022 100644 --- a/bash.plp +++ b/readline.plp @@ -51,7 +51,7 @@ $header{content_type} = "text/html; charset=$sign{charset}"; <: use Shiar_Sheet::Keyboard; -my $keys = Shiar_Sheet::Keyboard->new({do 'bash.inc.pl'}); +my $keys = Shiar_Sheet::Keyboard->new({do 'readline.inc.pl'}); $keys->map($get{map}) or undef $get{map}; $keys->print_rows($get{static} || '543'); :>