Package: tmux
Version: 1.9-3
Severity: normal

Dear Maintainer,

(please forward, and I would love if a fix enters backports too (soon,
hehe) :) )

old config:

set-window-option -g window-status-format "#P###I:#W#F"
set-window-option -g window-status-current-format "#P###I:#W#F"

According to Upstreams changelog, thats deprecated and FORMATS describes
the new long names.

So I think the following should be the replacement:
set-window-option -g window-status-format 
"#{pane_index}###{window_index}:#{window_name}#{window_flags}" 


Yet, tmux disagrees. It eats the ## and I haven't found a way to get it
to display a single # in the above. Only if I add another char between
## and the #{window_index}, but thats unwanted.

Old tmux shows, for the above:

1#1:zsh 1#2:mlog

New tmux breaks, even on the old format:

1#I:zsh 1#I:mlog

New format as above:

1#{window_index}:zsh 1#{window_index}:mlog

New format with a space between ## and #{window_index}:

1# 1:irssi 1# 2:mlog

-- 
bye, Joerg
Siliziumdioxid wird auf offenen LKWs durch Deutschland gefahren!
Der Sauerstoffgehalt der Atmosphaere ist auf 21% gesunken!


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to