We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68edb1a commit 9be8921Copy full SHA for 9be8921
visualdialog/__init__.py
@@ -1,7 +1,7 @@
1
2
"""A library to make easier dialog box in terminal."""
3
4
-__version__ = 0.7
+__version__ = 0.8
5
__author__ = "Timéo Arnouts"
6
7
from .box import *
visualdialog/type.py
@@ -14,6 +14,7 @@
14
15
import _curses
16
17
+
18
CursesWindow = _curses.window
19
20
#: curses key constants are integers or strings depending on input method used.
0 commit comments