stickers and terminal serialization (#57)

This commit is contained in:
Mike Sawka
2024-06-17 22:38:48 -07:00
committed by GitHub
parent b6c85e38f6
commit 4ded6d94b6
20 changed files with 670 additions and 147 deletions
-1
View File
@@ -402,7 +402,6 @@ func (bc *BlockController) Run(bdata *wstore.Block) {
}
inputUnion.InputData = inputBuf[:nw]
}
log.Printf("INPUT: %s | %q\n", bc.BlockId, string(inputUnion.InputData))
bc.ShellInputCh <- inputUnion
default:
log.Printf("unknown command type %T\n", cmd)