Skip to content

Commit c7577ae

Browse files
committed
Merge branch 'rj/cygwin-has-dev-tty' into maint-2.46
Cygwin does have /dev/tty support that is needed by things like single-key input mode. * rj/cygwin-has-dev-tty: config.mak.uname: add HAVE_DEV_TTY to cygwin config section
2 parents 7794e09 + 39ba986 commit c7577ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ ifeq ($(uname_O),Cygwin)
249249
else
250250
NO_REGEX = UnfortunatelyYes
251251
endif
252+
HAVE_DEV_TTY = YesPlease
252253
HAVE_ALLOCA_H = YesPlease
253254
NEEDS_LIBICONV = YesPlease
254255
NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes

0 commit comments

Comments
 (0)