- Now uses "defaultwidth" configuration variable for when ncurses support is not available
- Added the new movie to the task.html page
This commit is contained in:
18
task.html
18
task.html
@@ -178,6 +178,8 @@ a img { border: none; padding: 0; margin: 0; }
|
||||
<ul>
|
||||
<li>Fixed bug where "showage" configuration variable was not being
|
||||
oberved by the "task long" report
|
||||
<li>New configuration variable "defaultwidth" determines the width
|
||||
of windows in the absense of ncurses support
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
@@ -206,7 +208,7 @@ a img { border: none; padding: 0; margin: 0; }
|
||||
Source: <a href="http://www.beckingham.net/task-1.2.0.tar.gz">task-1.2.0.tar.gz</a>
|
||||
<br />
|
||||
Debian package: <a href="http://www.beckingham.net/task_1.2.0-1_i386.deb">task_1.2.0-1_i386.deb</a>
|
||||
(Thanks to Richard Querin)
|
||||
(Thanks to <a href="http://blog.rfquerin.org">Richard Querin</a>)
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
@@ -226,7 +228,7 @@ a img { border: none; padding: 0; margin: 0; }
|
||||
Source: <a href="http://www.beckingham.net/task-1.1.0.tar.gz">task-1.1.0.tar.gz</a>
|
||||
<br />
|
||||
Debian package: <a href="http://www.beckingham.net/task_1.1.0-1_i386.deb">task_1.1.0-1_i386.deb</a>
|
||||
(Thanks to Richard Querin)
|
||||
(Thanks to <a href="http://blog.rfquerin.org">Richard Querin</a>)
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
@@ -268,6 +270,12 @@ a img { border: none; padding: 0; margin: 0; }
|
||||
This guide shows how to quickly set up the task program, and become
|
||||
proficient with it.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Alternatively, watch the
|
||||
<a href="http://www.youtube.com/watch?v=D2Kn4DMOVSw">task movie</a>
|
||||
which illustrates many of task's features.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
@@ -1118,6 +1126,12 @@ on_white on_bright_white</code></pre>
|
||||
Defaults to 10.
|
||||
</dd>
|
||||
|
||||
<dt>defaultwidth</dt>
|
||||
<dd>
|
||||
The width of tables used when ncurses support is not available.
|
||||
Defaults to 80.
|
||||
</dd>
|
||||
|
||||
<dt>color</dt>
|
||||
<dd>
|
||||
May be "on" or "off". Determines whether task uses color.
|
||||
|
||||
Reference in New Issue
Block a user