greymd / tmux-xpanes

Awesome tmux-based terminal divider
MIT License
1.96k stars 61 forks source link

How to set the border in dotted line like that in sample picture? #102

Closed Akemi-Homura closed 6 years ago

Akemi-Homura commented 6 years ago

image

greymd commented 6 years ago

This border is not given by feature of tmux-xpanes. Use external patch. Apply the patch to the tmux source code and build tmux manually.

Due to Japanese localized character spacing, the layout of the panes would be broken in my environment. That's why I am usually using this doted border like this to test tmux-xpanes.

FYI, here is my dockerfile which installs tmux with this patch. https://github.com/greymd/dockerfiles/blob/master/dev/ubuntu/Dockerfile#L111