Skip to content

Commit 2c3ff72

Browse files
committed
Disable ANSI TTY codes for zynthian.
1 parent 9a04764 commit 2c3ff72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/jalv_config.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,15 @@
136136
# define USE_FILENO 0
137137
#endif
138138

139+
/*
139140
#if HAVE_ISATTY
140141
# define USE_ISATTY 1
141142
#else
142143
# define USE_ISATTY 0
143144
#endif
145+
*/
146+
// Disable ANSI TTY codes for zynthian.
147+
# define USE_ISATTY 0
144148

145149
#if HAVE_MLOCK
146150
# define USE_MLOCK 1

0 commit comments

Comments
 (0)