File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,13 @@ $ pip install --user --upgrade --pre libtmux
1414
1515<!-- Maintainers and contributors: Insert change notes for the next release above -->
1616
17+ ### Breaking internal change
18+
19+ - Default format separator (` LIBTMUX_TMUX_FORMAT_SEPARATOR ` ): ` | ` -> ` ␞ ` (#475 ,
20+ in re: #471 , #472 )
21+
22+ Fixes ` buffer_sample ` with pipes causing ` fetch_objs() ` -powered listings to fail unexpectedly.
23+
1724## libtmux 0.20.0 (2023-01-15)
1825
1926### What's new
Original file line number Diff line number Diff line change 88"""
99import os
1010
11- FORMAT_SEPARATOR = os .environ .get ("LIBTMUX_TMUX_FORMAT_SEPARATOR" , "| " )
11+ FORMAT_SEPARATOR = os .environ .get ("LIBTMUX_TMUX_FORMAT_SEPARATOR" , "␞ " )
1212
1313SESSION_FORMATS = [
1414 "session_name" ,
You can’t perform that action at this time.
0 commit comments