You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2026. It is now read-only.
Terminal size outside of windows and linux is retrieved by moving the cursor to a ridiculously high coordinate and then asking the terminal to tell us where the cursor ended up. This works as a fallback but ideally we should get this information from the OS.
Missing OS implementations:
MacOS
FreeBSD
NetBSD
OpenBSD
This is an non comprehensive list and probably should be an ongoing effort. Personally I don't have any of these operating systems installed so any help would be appreciated!
Terminal size outside of windows and linux is retrieved by moving the cursor to a ridiculously high coordinate and then asking the terminal to tell us where the cursor ended up. This works as a fallback but ideally we should get this information from the OS.
Missing OS implementations:
This is an non comprehensive list and probably should be an ongoing effort. Personally I don't have any of these operating systems installed so any help would be appreciated!