Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't attempt to write until it is time. | Lars Wirzenius | 2010-07-07 | 1 | -0/+12 |
* | Fix Messager to report actual width it will use as .width. | Lars Wirzenius | 2010-07-05 | 1 | -2/+2 |
* | Avoid writing more than fits on terminal. | Lars Wirzenius | 2010-06-05 | 1 | -0/+8 |
* | Fix Messager.finish flush out last message from user. | Lars Wirzenius | 2010-06-05 | 1 | -1/+7 |
* | Make Messages.finish() to leave last message on screen. | Lars Wirzenius | 2010-06-05 | 1 | -1/+1 |
* | Add Messager.finish. | Lars Wirzenius | 2010-06-05 | 1 | -0/+4 |
* | Add Messager.notify. | Lars Wirzenius | 2010-06-05 | 1 | -0/+5 |
* | Add Messager.clear method. | Lars Wirzenius | 2010-06-05 | 1 | -0/+6 |
* | Make Messager.raw_write remove the old message, if any. | Lars Wirzenius | 2010-06-05 | 1 | -1/+10 |
* | Add Messager.write, for updating only once per second. | Lars Wirzenius | 2010-06-05 | 1 | -4/+15 |
* | Fix things so output only happens to terminals. | Lars Wirzenius | 2010-06-05 | 1 | -1/+5 |
* | Add initial test and code to implement it. | Lars Wirzenius | 2010-06-05 | 1 | -0/+41 |