Searched refs:getWindowSize (Results 1 – 6 of 6) sorted by relevance
8 const getWindowSize = TTY.prototype.getWindowSize; constant11 TTY.prototype.getWindowSize = function() { method in TTY12 TTY.prototype.getWindowSize = getWindowSize; method in TTY86 assert.deepStrictEqual(stream.getWindowSize(), [99, 32]);
111 const err = this._handle.getWindowSize(winSize);131 const err = this._handle.getWindowSize(winSize);161 WriteStream.prototype.getWindowSize = function() { method in WriteStream
23 VkResult getWindowSize(HWND hwnd, VkExtent2D &windowSize) in getWindowSize() function67 VkResult result = getWindowSize(hwnd, extent); in getSurfaceCapabilities()118 VkResult result = getWindowSize(hwnd, currWindowExtent); in lazyCreateFrameBuffer()
13 getWindowSize: noop property in TTY
130 cols = !tty.isatty(stdout.fd) ? Infinity : process.stdout.getWindowSize()[0]
207 ### `writeStream.getWindowSize()`214 `writeStream.getWindowSize()` returns the size of the TTY