-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Only when running tmux 3.3a in Therm, command output seems confined to a small portion on the lower right of the screen (once the top portion of the window fills up). For example when 'stty size' reports '70 107' in tmux, '/bin/ls -l' output scrolls inside a square of about '80 17' characters, although it seems to use a slightly different size each time.
TERM is set to xterm-256color per Therm config and screen-256color per tmux config (as expected), I tried the following but reverted since it was unsuccessful:
set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",xterm-256color:RGB"
also unsuccessfully tried:
tmux -f /dev/null
No problem with iTerm2 or Terminal. Not sure what else to report here, the problem presents with a source build and the Therm-0.6.4.zip binary. I never understood the point of iTerm2 tmux integration, and those settings are off (warnings on). The problem doesn't exist when editing files with vim, or opening files with less. The problem does persist when piping data to less, although characters spill out of the top of the square and sometimes it seems okay; repeated use of ctrl-l confirms the boundary problem.
I tried the rm ~/Library/Preferences/com.pancake.therm.plist step...
Darwin AAAA.asus 22.6.0 Darwin Kernel Version 22.6.0: Mon Apr 22 20:50:39 PDT 2024; root:xnu-8796.141.3.705.2~1/RELEASE_ARM64_T8103 arm64
and infocmp termcap reports attached...
infocmp-xterm-256color.txt
infocmp-screen-256color.txt
tmux -v doesn't report anything