We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482d9ad commit 60f6cf1Copy full SHA for 60f6cf1
libtmux/window.py
@@ -434,7 +434,7 @@ def split_window(
434
'window_index',
435
'window_id',
436
] + formats.PANE_FORMATS
437
- tmux_formats = [('#{%%s}%s' % formats.FORMAT_SEPERATOR) % f for f in pformats]
+ tmux_formats = [(f'#{{{f}}}{formats.FORMAT_SEPERATOR}') for f in pformats]
438
439
# '-t%s' % self.attached_pane.get('pane_id'),
440
# 2013-10-18 LOOK AT THIS, rm'd it..
0 commit comments