| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 858496b commit fd74eef
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -80,10 +80,11 @@ added: v0.7.7 | |||
| 80 | 80 | Allows configuration of `tty.ReadStream` so that it operates as a raw device. | |
| 81 | 81 | ||
| 82 | 82 | When in raw mode, input is always available character-by-character, not | |
| 83 | - including modifiers. Additionally, all special processing of characters by the | ||
| 84 | - terminal is disabled, including echoing input | ||
| 83 | + including modifiers. Additionally, all special processing of input characters | ||
| 84 | + by the terminal is disabled, including echoing input | ||
| 85 | 85 | characters. <kbd>Ctrl</kbd>+<kbd>C</kbd> will no longer cause a `SIGINT` when | |
| 86 | - in this mode. | ||
| 86 | + in this mode. This mode does not affect terminal output processing, such as | ||
| 87 | + newline translation on Unix terminals. | ||
| 87 | 88 | ||
| 88 | 89 | ## Class: `tty.WriteStream` | |
| 89 | 90 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments