mirror of
https://github.com/powerline/powerline.git
synced 2025-07-25 14:54:54 +02:00
Fix number of spaces
This commit is contained in:
parent
e3d0649372
commit
e34a372f10
@ -233,7 +233,7 @@ def main(attempts=3):
|
|||||||
),
|
),
|
||||||
get_expected_result(
|
get_expected_result(
|
||||||
tmux_version,
|
tmux_version,
|
||||||
expected_result_old=('{bg:' + (' ' * dim.cols) + '}', base_attrs),
|
expected_result_old=('{bg:' + (' ' * 40) + '}', base_attrs),
|
||||||
expected_result_1_7=(
|
expected_result_1_7=(
|
||||||
'{lead: 0 }'
|
'{lead: 0 }'
|
||||||
'{leadsep: }{bg: <}{4:h }{bg: }{5: }'
|
'{leadsep: }{bg: <}{4:h }{bg: }{5: }'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user