=====
* Refactored how screens work, they're now a proxy for an implementation
inside of "purdy.iscreen". The Urwid code viewer now lives in
"purdy.iscreen.tui" and a new viewer has been added that does text export
* Added Sleep action
* Tranistion actions are now skippable
* Transition actions don't automatically trigger a Wait anymore, you have to
call Wait explicitly