Release v0.8.0
This commit is contained in:
@@ -40,6 +40,10 @@ class KeyLogger implements Component {
|
||||
this.tui.requestRender();
|
||||
}
|
||||
|
||||
invalidate(): void {
|
||||
// No cached state to invalidate currently
|
||||
}
|
||||
|
||||
render(width: number): string[] {
|
||||
const lines: string[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user