Your message dated Tue, 13 May 2014 21:23:12 +0000 with message-id <[email protected]> and subject line Bug#747133: fixed in tmux 1.9-5 has caused the Debian Bug report #747133, regarding tmux: window-status-format, ## broken to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 747133: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747133 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---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!
--- End Message ---
--- Begin Message ---Source: tmux Source-Version: 1.9-5 We believe that the bug you reported is fixed in the latest version of tmux, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Romain Francoise <[email protected]> (supplier of updated tmux package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 13 May 2014 22:41:09 +0200 Source: tmux Binary: tmux Architecture: amd64 source Version: 1.9-5 Distribution: unstable Urgency: medium Maintainer: Romain Francoise <[email protected]> Changed-By: Romain Francoise <[email protected]> Closes: 747133 Description: tmux - terminal multiplexer Changes: tmux (1.9-5) unstable; urgency=medium . * Cherry-pick 8880bdb67c from upstream Git to fix escaping of '#' in status formats (closes: #747133). Checksums-Sha1: a6449e3bec4c63ab6532c5aeed8dd6ce549089bc 1928 tmux_1.9-5.dsc 883d7fd5849e667d434323cf4e9bf042cf2f7714 14672 tmux_1.9-5.debian.tar.xz 476c67e163cd268691fcb5332fde4477b55a3e43 242126 tmux_1.9-5_amd64.deb Checksums-Sha256: ba536c6608732773a8f049fb2ae339335add803c2b799aa54e0511ad67bb9f2b 1928 tmux_1.9-5.dsc 7a638b8c2d101d81ce14340de1b84b8b3fc4566137dab4aed79f83f6a0c2b0ed 14672 tmux_1.9-5.debian.tar.xz 2128b9a06dc4cab180a823001870aebc5d814f959e133b60d031751b9b067b9a 242126 tmux_1.9-5_amd64.deb Files: 6b5d94ba8dd2a1bfe9d953e2bcca59ec 1928 admin optional tmux_1.9-5.dsc 1b2dce7b9d770cc058601e99a990c21b 14672 admin optional tmux_1.9-5.debian.tar.xz 1a7d9d0ed966621b13eda1144423e7b8 242126 admin optional tmux_1.9-5_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTcoRCAAoJEK0V9DXwX5YtV80P/1kPvoaZjGIFNeMrVw+DmjZ4 LtGM2V+gC5nzfcIoN4XKC85DnZl4CMVmcno+piYLjo/TNO2TGFf1cxtREfTI+Dv4 6GbMrAsjl4/ghaky9CCtOerS4+qCLi2blcTScMRoyMkEtB7MpW+KXOlBtSqWpiUd El5UgSSk+JxHpKIRhX6mvaglpDJy3Rr/MFS7ChrhLVeJ1XD3BaRsxHZ0DWCNECO/ dTFYc48mt+2XSSfks8/mQLP52Z2kqBkWNp3E6zaiMt8iZqMsaCIOP3dI2W8aMs8x oBGqi9VY+/QFe1TN+vOYaAc/kOoxNh1rzZvE3kflywOMvwyjAeElEv9/vKXdtIBn bhFiP8Lf5dphJnMfZhF1w1lmfLmFEtpPqd8tiy/HhEtegf6hkub1isEI35kjqfyY SWy7uQrgTQVWxGq/4lxB8SUb6LU4dDDGMWKQPnkdwufQ0vGESbIENOnxnc/r67Ps 99FNANXxFYi3ext/2zW+Ceec4ulOgXuBLIlA2+kF11IOk0IOrSc/1lnqQqdPD75h AbQ+wO+1swHKaiF6Nzfe3KXTHPZxwNkTf0MAM5wpgUj1fUCLnHI04gCNEjZ+1gNW uQDOyxSlufN/8rtBBqfafC87E1uQ76tFE3LkCbc27E9UcYZDFQovcGQ5UNSBTAbv LAYj30cPIIiZHVwFrxq5 =Ulmp -----END PGP SIGNATURE-----
--- End Message ---

