mirror of
https://github.com/powerline/powerline.git
synced 2025-07-27 15:54:30 +02:00
parent
28ec9a5117
commit
2f885eb4d1
@ -136,7 +136,7 @@ def init_environment(pl, args):
|
|||||||
('_POWERLINE_SESSION_PREFIX_ATTR', 'attrs', 'session:prefix'),
|
('_POWERLINE_SESSION_PREFIX_ATTR', 'attrs', 'session:prefix'),
|
||||||
):
|
):
|
||||||
if attr == 'attrs':
|
if attr == 'attrs':
|
||||||
attrs = attr_to_tmux_attr(get_highlighting(group)[attr])
|
attrs = attrs_to_tmux_attrs(get_highlighting(group)[attr])
|
||||||
set_tmux_environment(varname, ']#['.join(attrs))
|
set_tmux_environment(varname, ']#['.join(attrs))
|
||||||
set_tmux_environment(varname + '_LEGACY', ','.join(attrs))
|
set_tmux_environment(varname + '_LEGACY', ','.join(attrs))
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user