Skip to content

Commit 95d8b92

Browse files
authored
fix: setting transient as default (#109)
1 parent c5ef67e commit 95d8b92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

beaupy/_beaupy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class Config:
8484

8585
raise_on_interrupt: bool = False
8686
raise_on_escape: bool = False
87-
transient: bool = False
87+
transient: bool = True
8888

8989

9090
_navigation_keys = [DefaultKeys.up, DefaultKeys.down, DefaultKeys.right, DefaultKeys.left, DefaultKeys.home, DefaultKeys.end]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = 'beaupy'
3-
version = '3.9.1'
3+
version = '3.9.2'
44
description = 'A library of elements for interactive TUIs in Python'
55
authors = ['Peter Vyboch <[email protected]>']
66
license = 'MIT'

0 commit comments

Comments
 (0)