On some Windows terminals, if TIOCWINSZ does not return xpixel and
authornicm <nicm@openbsd.org>
Mon, 30 Sep 2024 08:10:20 +0000 (08:10 +0000)
committernicm <nicm@openbsd.org>
Mon, 30 Sep 2024 08:10:20 +0000 (08:10 +0000)
commita1c6091a665e456c0430aae2b957841fbbc8adad
tree53645ea00359544731b3c35ab773099d21d2a3f3
parent789ce988665d6ccf785190de9175a06ff4d34174
On some Windows terminals, if TIOCWINSZ does not return xpixel and
ypixel (they are zero), if this is the case then try the query escape
sequences. From Dmitry Galchinsky in GitHub issue 4099.
usr.bin/tmux/tmux.h
usr.bin/tmux/tty-keys.c
usr.bin/tmux/tty.c