setup automator: Configure Term::Readline to use bold for prompt, rather than default underline. Closes: #517656

master
Joey Hess 2010-02-01 15:18:53 -05:00
parent 4a1518ceba
commit 49d8c5b821
2 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@ sub ask ($$) {
my ($question, $default)=@_;
my $r=Term::ReadLine->new("ikiwiki");
$r->ornaments("md,me");
$r->readline(encode_utf8($question)." ", $default);
}

2
debian/changelog vendored
View File

@ -2,6 +2,8 @@ ikiwiki (3.20100123) UNRELEASED; urgency=low
* template: Preprocess parameters before htmlizing.
* img: Fix a bug that could taint @links with undef values.
* setup automator: Configure Term::Readline to use bold for prompt, rather
than default underline. Closes: #517656
-- Joey Hess <joeyh@debian.org> Tue, 26 Jan 2010 22:25:33 -0500