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
14
14
15
15
<!-- Maintainers and contributors: Insert change notes for the next release above -->
16
16
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
+
17
24
## libtmux 0.20.0 (2023-01-15)
18
25
19
26
### What's new
Original file line number Diff line number Diff line change 8
8
"""
9
9
import os
10
10
11
- FORMAT_SEPARATOR = os .environ .get ("LIBTMUX_TMUX_FORMAT_SEPARATOR" , "| " )
11
+ FORMAT_SEPARATOR = os .environ .get ("LIBTMUX_TMUX_FORMAT_SEPARATOR" , "␞ " )
12
12
13
13
SESSION_FORMATS = [
14
14
"session_name" ,
You can’t perform that action at this time.
0 commit comments