Skip to content

Commit 848e6a2

Browse files
-
1 parent b63a70d commit 848e6a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prompt_toolkit/contrib/python_input.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -796,9 +796,9 @@ def __init__(self,
796796
])
797797
]),
798798
Window(width=D.exact(1),
799-
content=FillControl('|', token=Token.Toolbar.Status),
799+
content=FillControl('\u2502', token=Token.Toolbar.Status),
800800
filter=_ShowSidebar() & ~IsReturning() & ~IsAborting() & ~IsExiting(),
801-
), # XXX: hide when accepting input.
801+
),
802802
PythonSidebar(self.settings),
803803
])
804804

0 commit comments

Comments
 (0)