Release v0.8.0
This commit is contained in:
@@ -129,6 +129,10 @@ export class Input implements Component {
|
||||
this.cursor += cleanText.length;
|
||||
}
|
||||
|
||||
invalidate(): void {
|
||||
// No cached state to invalidate currently
|
||||
}
|
||||
|
||||
render(width: number): string[] {
|
||||
// Calculate visible window
|
||||
const prompt = "> ";
|
||||
|
||||
Reference in New Issue
Block a user