Skip to content

Commit c22b59d

Browse files
PEMessagejonathanslenders
authored andcommitted
Fix repl.min_brightness and repl.max_brightness config not work in history
1 parent 836431f commit c22b59d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ptpython/history_browser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@ def accept_handler(buffer: Buffer) -> bool:
643643
layout=self.history_layout.layout,
644644
full_screen=True,
645645
style=python_input._current_style,
646+
style_transformation=python_input.style_transformation,
646647
mouse_support=Condition(lambda: python_input.enable_mouse_support),
647648
key_bindings=create_key_bindings(self, python_input, history_mapping),
648649
)

0 commit comments

Comments
 (0)