sync: wip terminal cell system

This commit is contained in:
2026-03-24 23:49:51 +01:00
parent 475ba9d8ab
commit e03aa97716
2 changed files with 38 additions and 40 deletions

View File

@@ -22,9 +22,6 @@ export class Wush extends Shell {
}
HandleKeyInput(key: string, isCharacter: boolean) {
console.log(key)
console.log(isCharacter)
if (!isCharacter)
switch (key) {
case 'Backspace':