Added
Link Here
|
0 |
- |
1 |
--- tools/shell/linenoise/terminal.cpp.orig 2024-04-03 08:34:17 UTC |
|
|
2 |
+++ tools/shell/linenoise/terminal.cpp |
3 |
@@ -65,7 +65,7 @@ int Terminal::EnableRawMode() { |
4 |
raw.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); |
5 |
/* output modes - disable post processing */ |
6 |
raw.c_oflag &= ~(OPOST); |
7 |
-#ifndef __MVS__ |
8 |
+#ifdef IUTF8 |
9 |
/* control modes - set 8 bit chars */ |
10 |
raw.c_iflag |= IUTF8; |
11 |
#endif |