mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Patch
From a08f3f919f2f4b06503004ca764339918ee5d000 Mon Sep 17 00:00:00 2001 From: Johan Friis <johanfriis@gmail.com> Date: Fri, 15 May 2009 16:14:26 +0100 Subject: [PATCH] fontunderline boolean config option Added an option to turn on/off the drawing of table headers with underlined font. If off, the default asciidashes will be used. It defaults to on.
This commit is contained in:
parent
a120b4bd89
commit
dbc98c1230
3 changed files with 34 additions and 11 deletions
|
@ -209,6 +209,13 @@
|
|||
Defaults to 80.
|
||||
</dd>
|
||||
|
||||
<dt>fontuderline</dt>
|
||||
<dd>
|
||||
May be "on" or "off". Determines if font underlines or ascii
|
||||
dashes should be used to underline headers.
|
||||
Defaults to on.
|
||||
</dd>
|
||||
|
||||
<dt>due</dt>
|
||||
<dd>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue