summaryrefslogtreecommitdiff
path: root/ttystatus/messager_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Stop using SIGWINCHLars Wirzenius2013-06-161-1/+1
* Remove once-per-period functionality of Message.writeLars Wirzenius2012-05-211-12/+1
* Fix tests so they pass.Lars Wirzenius2011-08-291-2/+11
* Handle /dev/tty not being possible to open.Lars Wirzenius2011-03-231-0/+6
* Release version 0.8.version_0_8Lars Wirzenius2011-01-301-1/+1
* Implement enable and disable output.Lars Wirzenius2011-01-301-0/+12
* Don't attempt to write until it is time.Lars Wirzenius2010-07-071-0/+12
* Fix Messager to report actual width it will use as .width.Lars Wirzenius2010-07-051-2/+2
* Avoid writing more than fits on terminal.Lars Wirzenius2010-06-051-0/+8
* Fix Messager.finish flush out last message from user.Lars Wirzenius2010-06-051-1/+7
* Make Messages.finish() to leave last message on screen.Lars Wirzenius2010-06-051-1/+1
* Add Messager.finish.Lars Wirzenius2010-06-051-0/+4
* Add Messager.notify.Lars Wirzenius2010-06-051-0/+5
* Add Messager.clear method.Lars Wirzenius2010-06-051-0/+6
* Make Messager.raw_write remove the old message, if any.Lars Wirzenius2010-06-051-1/+10
* Add Messager.write, for updating only once per second.Lars Wirzenius2010-06-051-4/+15
* Fix things so output only happens to terminals.Lars Wirzenius2010-06-051-1/+5
* Add initial test and code to implement it.Lars Wirzenius2010-06-051-0/+41