remove repaint

This commit is contained in:
Will McGugan
2021-09-05 09:01:00 +01:00
parent e6372688bc
commit 2ff2317592
2 changed files with 1 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Changed message handlers to use prefix handle\_
- Renamed messages to drop the Message suffix
- Events now bubble by default
### Added

View File

@@ -52,11 +52,6 @@ class Shutdown(Event):
pass
# class Repaint(Event, bubble=False):
# def can_replace(self, message: "Message") -> bool:
# return isinstance(message, Repaint)
class Load(Event, bubble=False):
"""
Sent when the App is running but *before* the terminal is in application mode.