Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit abf4701

Browse files
committed
Bugfix to missing TERMIOS support
1 parent 2317966 commit abf4701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

termkey-internal.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef GUARD_TERMKEY_INTERNAL_H_
22
#define GUARD_TERMKEY_INTERNAL_H_
33

4-
//#define HAVE_TERMIOS
4+
#define HAVE_TERMIOS
55

66
#ifdef _WIN32
77
# undef HAVE_TERMIOS

0 commit comments

Comments
 (0)