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 85c7926 commit 68f749aCopy full SHA for 68f749a
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## [0.3.7] - 2021-09-27
4
+- Fixed ctrl-c not being reported until another key was pressed in Python 3.5+
5
+
6
## [0.3.5] - 2021-01-24
7
- Drop supported for Python 2, 3.4 and 3.5.
8
- Migrate to pytest. Thanks to Paolo Stivanin
curtsies/__init__.py
@@ -1,5 +1,5 @@
"""Terminal-formatted strings"""
-__version__ = "0.3.6"
+__version__ = "0.3.7"
from .window import FullscreenWindow, CursorAwareWindow
from .input import Input
0 commit comments