The PTY adapter for libvisjail.
Native descriptor ownership, terminal setup, process groups, waiting and
signals live in vis-python-runtime; this namespace keeps only the handle
map consumed by shell and its passthrough bridge.
The PTY adapter for `libvisjail`. Native descriptor ownership, terminal setup, process groups, waiting and signals live in `vis-python-runtime`; this namespace keeps only the handle map consumed by shell and its passthrough bridge.
(spawn! {:keys [command dir env cols rows policy] :or {cols 120 rows 40}})Spawn command under a real pseudo-terminal. Options are :dir, a COMPLETE
:env, :cols, :rows, and an optional process-jail :policy. Returns
{:pid :in :send :wait :alive? :destroy :add-listener}.
Spawn `command` under a real pseudo-terminal. Options are `:dir`, a COMPLETE
`:env`, `:cols`, `:rows`, and an optional process-jail `:policy`. Returns
`{:pid :in :send :wait :alive? :destroy :add-listener}`.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |