From: Mischa POSLAWSKY Date: Tue, 5 May 2009 13:48:52 +0000 (+0000) Subject: readline: rename from bash (which is just one application) X-Git-Tag: v1.3~150 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/69e936ab32b46f8c46e4dc077438cf4f4536aa9d?ds=sidebyside readline: rename from bash (which is just one application) --- diff --git a/index.plp b/index.plp index 7cf10f5..1927f13 100644 --- a/index.plp +++ b/index.plp @@ -40,7 +40,7 @@ but you're free to use, print, alter, and redistribute under the AGPL license.
  • vi/vim
  • vimperator
  • nethack -
  • readline/bash +
  • readline

    Unicode characters

    diff --git a/bash.inc.pl b/readline.inc.pl similarity index 100% rename from bash.inc.pl rename to readline.inc.pl 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'); :>