sync: wip terminal cell system
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user