summaryrefslogtreecommitdiff
path: root/cli/ops/tty.rs
AgeCommit message (Collapse)Author
2020-04-23Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)Ryan Dahl
2020-04-21Move resource_table from deno::State to deno_core::Isolate (#4834)Ryan Dahl
2020-04-16remove more calls to futures::executor::block_on (#4775)Bartek Iwańczuk
2020-04-15Make writeSync, readSync, seekSync, openSync, isatty proper synchronous ↵Ryan Dahl
syscalls (#4762)
2020-04-03clippy (#4618)Kitson Kelly
2020-03-11Add waker to StreamResource to fix hang on close bugs (#4293)João Souto
2020-03-05Allow BadResource errors to take a custom message (#4251)Ryan Dahl
2020-03-04Remove unnecessary macro from cli/ops/tty.rs (#4254)Bert Belder
It contains a clippy issue, and there's no need for this macro anyway.
2020-02-26tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958)Kevin (Kun) "Kassimo" Qian