summaryrefslogtreecommitdiff
path: root/ttystatus/status.py
Commit message (Expand)AuthorAgeFilesLines
* Add an example to docstring.Lars Wirzenius2011-08-311-1/+2
* Add docstring to explain format string syntax.Lars Wirzenius2011-08-311-1/+7
* Add ttystatus.TerminalStatus.format method.Lars Wirzenius2011-08-311-0/+5
* Add a way to print error messages to stderr.Lars Wirzenius2011-08-291-1/+7
* Release version 0.8.version_0_8Lars Wirzenius2011-01-301-1/+1
* Implement enable and disable output.Lars Wirzenius2011-01-301-0/+3
* Add test for TerminalStatus.disable method.Lars Wirzenius2011-01-301-0/+6
* Fix bug: the last updates are not output by .finish().Lars Wirzenius2010-10-091-2/+1
* Re-draw all widgets if terminal width changes.Lars Wirzenius2010-07-121-1/+7
* Add a way for widgets to say "I'm always interested in updates".Lars Wirzenius2010-07-071-3/+7
* Don't attempt to write until it is time.Lars Wirzenius2010-07-071-1/+2
* Speed things up further by pre-computing which widgets are interested in whic...Lars Wirzenius2010-07-071-4/+6
* Speed things up by only updating widgets interested in the updated value.Lars Wirzenius2010-07-071-3/+4
* Add TerminalStatus.get method.Lars Wirzenius2010-06-121-0/+4
* Update example program to use TerminalStatus.Lars Wirzenius2010-06-061-0/+3
* Give each widget the right remaining width.Lars Wirzenius2010-06-061-1/+3
* Add TerminalStatus.increase.Lars Wirzenius2010-06-061-0/+4
* Make use of Messager in TerminalStatus.Lars Wirzenius2010-06-061-1/+12
* Make TerminalStatus update widgets when values change.Lars Wirzenius2010-06-061-0/+2
* Implement TerminalStatus.__setitem__.Lars Wirzenius2010-06-061-0/+4
* Implement TerminalStatus.__getitem__Lars Wirzenius2010-06-061-1/+15
* Implement TerminalStatus.clear.Lars Wirzenius2010-06-061-1/+5
* Add beginnings of TerminalStatus class.Lars Wirzenius2010-06-061-0/+26