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 a02ef55 commit 0ce178fCopy full SHA for 0ce178f
readchar/__init__.py
@@ -9,6 +9,7 @@
9
if (
10
platform.startswith("linux")
11
or platform == "darwin"
12
+ or platform.startswith("freebsd")
13
):
14
from ._posix_read import readchar, readkey
15
elif platform in ("win32", "cygwin"):
readchar/key.py
@@ -5,6 +5,7 @@
5
6
7
8
from ._posix_key import *
0 commit comments