Commit graph

6 commits

Author SHA1 Message Date
Daisuke Maki 4c078d6505 Fix a race condition that existed between clear status and print status
For whatever reason I was thinking at the time, I had split the channels
to receive request to print to and clear the status message. This
basically means that, even if you meant to print X and then clear it
in 500 milliseconds, the clear request could actually arrive BEFORE
the print message.

This change basically puts all the status related request into one
channel, so that all requests can come sequentially
2014-09-08 14:41:06 +09:00
Daisuke Maki 3b2b1fe07a Because I love @mattn 2014-08-27 14:17:13 +09:00
Daisuke Maki 46f5714cf5 more tests 2014-08-22 15:30:53 +09:00
Daisuke Maki daa134e159 Tweak to make it possible to test status bar et al 2014-08-22 15:14:56 +09:00
Daisuke Maki 63e997f9a7 test printScreen 2014-08-22 14:25:24 +09:00
Daisuke Maki cd515a369f Start adding test for layout 2014-08-22 12:25:17 +09:00