mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 20:25:12 -05:00
docs(cli/dts): use Deno.stdin.rid
in Deno.setRaw
example (#10623)
This commit is contained in:
parent
b504eb94bb
commit
62c752211c
1 changed files with 1 additions and 1 deletions
2
cli/dts/lib.deno.unstable.d.ts
vendored
2
cli/dts/lib.deno.unstable.d.ts
vendored
|
@ -733,7 +733,7 @@ declare namespace Deno {
|
||||||
* is ignored. This functionality currently only works on Linux and Mac OS.
|
* is ignored. This functionality currently only works on Linux and Mac OS.
|
||||||
*
|
*
|
||||||
* ```ts
|
* ```ts
|
||||||
* Deno.setRaw(myTTY.rid, true, { cbreak: true });
|
* Deno.setRaw(Deno.stdin.rid, true, { cbreak: true });
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
export function setRaw(
|
export function setRaw(
|
||||||
|
|
Loading…
Add table
Reference in a new issue