* Keyboard Interrupts are handled gracefully while effects are animating.
---
0.10.1
* Fixed swarm effect not handling the first swarm (bottom right characters) resulting in missing characters in the output.
---
0.10.0
* Added cookbook to the documentation and animated prompt example. * Added printing `Color` and `Gradient` objects examples to docs.
---
0.9.3
* Fixed the canvas of an effect being 1 row less than specified via the `Terminal.terminal_height` attribute. This was caused by mixing use of `print()` and `sys.stdout.write()`.
---
0.9.1
* Fixed division by zero error when the terminal height was set to 1.