| Index: runtime/bin/stdio_patch.dart
|
| diff --git a/runtime/bin/stdio_patch.dart b/runtime/bin/stdio_patch.dart
|
| index 198b69fa9eb5431f88e75e94eaad580489f6ab2a..482e8d7382245bf531034f77e73b679da0f16388 100644
|
| --- a/runtime/bin/stdio_patch.dart
|
| +++ b/runtime/bin/stdio_patch.dart
|
| @@ -41,6 +41,8 @@ patch class _StdIOUtils {
|
|
|
| patch class Stdin {
|
| /* patch */ int readByteSync() native "Stdin_ReadByte";
|
| + /* patch */ void set echoMode(bool enabled) native "Stdin_SetEchoMode";
|
| + /* patch */ void set lineMode(bool enabled) native "Stdin_SetLineMode";
|
| }
|
|
|
|
|
|
|