Liking cljdoc? Tell your friends :D
Clojure only.

com.blockether.vis.internal.foundation.pty

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.
raw docstring

spawn!clj

(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}`.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close