Skip to content

Commit d4b24b6

Browse files
Fix positioning of exit confirmation (compatibilitiy with latest prompt_toolkit).
1 parent 836431f commit d4b24b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ptpython/layout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ def menu_position() -> int | None:
694694
),
695695
Float(
696696
left=2,
697-
bottom=1,
697+
top=2,
698698
content=self.exit_confirmation,
699699
),
700700
Float(

0 commit comments

Comments
 (0)