We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5473107 commit 34fc32aCopy full SHA for 34fc32a
1 file changed
Platforms/emscripten/streams.mjs
@@ -169,6 +169,7 @@ class NodeReader {
169
fsync() {
170
nodeFsync(this.nodeStream.fd);
171
}
172
+
173
ioctl_tiocgwinsz() {
174
return [this.nodeStream.columns ?? 24, this.nodeStream.rows ?? 80];
175
@@ -187,6 +188,7 @@ class NodeWriter {
187
188
189
190
191
192
193
194
0 commit comments