Hi All,

Not sure I am the only one and my config needs to change, but with tmux config I am using I seeing a difference in 6.7-stable and 6.7-current in the way the border is presented.

The config I am using is:
###
set -g  base-index 1
set -g  history-limit 10000
set -g  mouse on
set -g  prefix C-a
set -g  renumber-windows on
set -g  status-interval 1
set -g  status-left ''
set -g  status-left-length 40
set -g  status-position bottom
set -g  status-right ' #(status)'
set -g  status-right-length 100
set -g  status-style fg=default,bg=black
set -g  visual-activity on
set -gs default-terminal xterm-256color
set -gs escape-time 0
set -gw alternate-screen off
set -gw automatic-rename on
set -gw mode-keys vi
set -gw monitor-activity on
set -gw pane-active-border-style fg=brightwhite
set -gw pane-base-index 1
set -gw pane-border-format ' #W '
set -gw pane-border-status bottom
set -gw window-status-activity-style fg=brightwhite
set -gw window-status-bell-style fg=brightcyan
set -gw window-status-current-format '#W'
set -gw window-status-current-style fg=yellow,bg=default,bright
set -gw window-status-format '#W'
set -gw window-status-separator '  '
set -gw window-status-style fg=default,bg=default
unbind C-b
unbind r
unbind l
bind a send-prefix
bind r source-file ~/.tmux.conf \; display ' Reloaded!'
bind C-a last-window
bind -T copy-mode-vi 'v' send -X begin-selection
bind -T copy-mode-vi 'p' send -X copy-pipe-and-cancel 'xclip -selection primary -i' bind -T copy-mode-vi 'y' send -X copy-pipe-and-cancel 'xclip -selection clipboard -i'
###

Yes I was a screen user before. :))

The bottom border in simple mode now has ++ at the beginning and the end of the line.
In "normal" mode these are presented in utf-8 (?) characters.
See attached screenshots.

For the ones who aren't able to view them in their mail client, I have added them to my website. https://high5.nl/tmux/

Is this something that I can fix in my config?

Thanx!

Mischa

Reply via email to