summaryrefslogtreecommitdiff
path: root/bin/tissue
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tissue')
-rwxr-xr-xbin/tissue2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tissue b/bin/tissue
index f91f600..56f8026 100755
--- a/bin/tissue
+++ b/bin/tissue
@@ -84,7 +84,7 @@ to run tissue."
(define (print-issue issue-number issue)
"Print ISSUE with number ISSUE-NUMBER."
(let ((number-of-posts (length (issue-posts issue))))
- (display (colorize-string (issue-title issue) 'MAGENTA))
+ (display (colorize-string (issue-title issue) 'MAGENTA 'UNDERLINE))
;; Highlight keywords containing "bug" or "critical" as whole
;; words in red. Else, highlight in blue.
(unless (null? (issue-keywords issue))