]> sipb.mit.edu Git - ikiwiki.git/commitdiff
setup automator: Configure Term::Readline to use bold for prompt, rather than default...
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 1 Feb 2010 20:18:53 +0000 (15:18 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 1 Feb 2010 20:18:53 +0000 (15:18 -0500)
IkiWiki/Setup/Automator.pm
debian/changelog

index 7af93e73c35ee0328590d6c7e37e36a09e72f99a..9fee4dcb754e9a345d7426c38eab77a65c1d61c2 100644 (file)
@@ -15,6 +15,7 @@ sub ask ($$) {
        my ($question, $default)=@_;
 
        my $r=Term::ReadLine->new("ikiwiki");
        my ($question, $default)=@_;
 
        my $r=Term::ReadLine->new("ikiwiki");
+       $r->ornaments("md,me");
        $r->readline(encode_utf8($question)." ", $default);
 }
 
        $r->readline(encode_utf8($question)." ", $default);
 }
 
index 5d27b7af05d5e87cc68bab818fc4bc950effb058..8e01950a8cec86c1ce1c6bac43351b46bb73bc59 100644 (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.
 
   * 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
 
 
  -- Joey Hess <joeyh@debian.org>  Tue, 26 Jan 2010 22:25:33 -0500