dracula / powerlevel10k

🧛🏻‍♂️ Dracula Theme for Powerlevel10k
https://draculatheme.com/powerlevel10k
MIT License
17 stars 7 forks source link

Strange miscoloration when login using ssh inside tmux #14

Open jby opened 1 month ago

jby commented 1 month ago

I don't understand this. This only shows when ssh-ing to another host using ssh inside tmux. SSH outside of tmux: Screenshot 2024-08-13 at 14 07 31 SSH inside tmux: Screenshot 2024-08-13 at 14 06 42 Anyone else seen this, and maybe found a solution? Come to think of it, it might be a tmux 3.5 beta issue... macOS 14.6.1 iTerm2 3.5.4 zsh 5.9 (arm-apple-darwin21.3.0) tmux next-3.5

jby commented 4 weeks ago

Hmm, apparently this only happens if I ssh from an already running tmux window, if I use prefix :new-window -n remote-host 'ssh remote-host' this doesn't happen...