There was an error while loading. Please reload this page.
1 parent d5fabc3 commit 4c324a4Copy full SHA for 4c324a4
1 file changed
tests/attach-stream.test.ts
@@ -323,6 +323,7 @@ describe("pty attach --attach-stream-fd-v1", () => {
323
streamReader?.destroy();
324
setTimeout(() => {
325
socket.write(encodeGeometry(24, 80));
326
+ socket.write(encodeScreen("baseline"));
327
socket.write(encodePacket(MessageType.DATA, Buffer.alloc(1024 * 1024, 65)));
328
}, 10);
329
});
0 commit comments