Skip to content

Commit bf42b23

Browse files
committed
Merge branch 'rj/cygwin-has-dev-tty'
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 41390eb + 39ba986 commit bf42b23

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
@@ -248,6 +248,7 @@ ifeq ($(uname_O),Cygwin)
248248
else
249249
NO_REGEX = UnfortunatelyYes
250250
endif
251+
HAVE_DEV_TTY = YesPlease
251252
HAVE_ALLOCA_H = YesPlease
252253
NEEDS_LIBICONV = YesPlease
253254
NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes

0 commit comments

Comments
 (0)