Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | typos |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | tip-160 |
Files: | files | file ages | folders |
SHA3-256: |
43e01869e4fc687f21ed074f2d3d1f5e |
User & Date: | dgp 2019-04-01 16:15:45.458 |
Context
2019-04-07
| ||
14:39 | Merge 8.7, and fix build problem on Windows Closed-Leaf check-in: 5b54e4c576 user: jan.nijtmans tags: tip-160 | |
2019-04-01
| ||
16:15 | typos check-in: 43e01869e4 user: dgp tags: tip-160 | |
2019-03-29
| ||
14:22 | Support -winsize read-only option check-in: fb891d7729 user: dkf tags: tip-160 | |
Changes
Changes to doc/open.n.
︙ | ︙ | |||
276 277 278 279 280 281 282 | .RE .VE "8.7, TIP 160" .TP \fB\-inputmode\fR \fIinputMode\fR .VS "8.7, TIP 160" (Unix only; Windows has the equivalent option on console channels). This option is used to query or change the input mode of the serial channel under | | | | 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 | .RE .VE "8.7, TIP 160" .TP \fB\-inputmode\fR \fIinputMode\fR .VS "8.7, TIP 160" (Unix only; Windows has the equivalent option on console channels). This option is used to query or change the input mode of the serial channel under the assumption that it is talking to a terminal, which controls how interactive input from users is handled. The following values for \fIinputMode\fR are supported: .RS .TP \fBnormal\fR . indicates that normal line-oriented input should be used, with standard terminal editing capabilities enabled. .TP \fBpassword\fR . indicates that non-echoing input should be used, with standard terminal editing capabilities enabled but no writing of typed characters to the terminal (except for newlines). Some terminals may indicate this specially. .TP \fBraw\fR . indicates that all keyboard input should be given directly to Tcl with the terminal doing no processing at all. It does not echo the keys, leaving it up to the Tcl script to interpret what to do. |
︙ | ︙ |