X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f3ce23b458ade0fd2f8d634e2e3c380023bbb4e5..c39d3876213b6a55fbfd5fc5c7227b9f99612ee7:/readline.plp diff --git a/readline.plp b/readline.plp index 1c5350a..063771e 100644 --- a/readline.plp +++ b/readline.plp @@ -2,7 +2,7 @@ Html({ title => 'readline cheat sheet', - version => '1.1', + version => '1.2', description => [ "Reference sheet of default key bindings for GNU readline,", "used for line-editing in most Unix software, notably Emacs and Bash.", @@ -21,7 +21,7 @@ Html({ <: use Shiar_Sheet::Keyboard 2; -my $info = do 'readline.eng.inc.pl' or die $@; +my $info = Data('readline.eng'); my $keys = Shiar_Sheet::Keyboard->new($info); $keys->map($get{map}) or undef $get{map}; $keys->print_rows($get{rows} || '^x=213', [4,3,2]);