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
A veeery crude fix is checking whether the TMUX environment variable is set, and then parse the output of the command tmux display -p '#{pane_width} #{pane_height}'. I bet it can also be done by communicating with its socket, but couldn't find any documentation on that.
Given the code:
Width reported correctly without tmux:
Width reported incorrectly inside tmux:
The text was updated successfully, but these errors were encountered: