MCPcopy Create free account
hub / github.com/denoland/std / setRaw

Method setRaw

fs/unstable_types.ts:357–357  ·  view source on GitHub ↗

* Set TTY to be under raw mode or not. In raw mode, characters are read and * returned as is, without being processed. All special processing of * characters by the terminal is disabled, including echoing input * characters. Reading from a TTY device in raw mode is faster than reading *

(mode: boolean, options?: SetRawOptions)

Source from the content-addressed store, hash-verified

355 * ```
356 */
357 setRaw(mode: boolean, options?: SetRawOptions): void;
358 /**
359 * Resolves to a {@linkcode FileInfo} for the file.
360 *

Callers 3

askForCursorPositionSyncFunction · 0.65
handlePromptSelectFunction · 0.65
promptSecretFunction · 0.65

Implementers 1

NodeFsFilefs/_node_fs_file.ts

Calls

no outgoing calls

Tested by

no test coverage detected