package lambda-term
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Terminal manipulation library for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
lambda-term-2.0.1.tbz
sha256=541cda520f42bc5551175e0d24ddec8724b9391d52da7c7253f7817972c49a5a
md5=4b4b8480fe1280e1ed2a34ed93d16675
doc/lambda-term/LTerm_read_line/class-term/index.html
Class LTerm_read_line.termSource
Class for read-line instances running in a terminal.
inherit 'a abstractmethod run : 'a Lwt.tRun this read-line instance.
Executes a list of actions. Rememver to call Zed_macro.add self#macro action if you overload this method.
method bind : LTerm_key.t list -> action list -> unitmethod draw_update : unit Lwt.tUpdates current display and put the cursor at current edition position.
method draw_success : unit Lwt.tDraws after accepting current input.
method draw_failure : unit Lwt.tDraws after an exception has been raised.
method prompt : prompt React.signalThe signal holding the prompt.
method set_prompt : prompt React.signal -> unitSets the prompt signal.
method size : LTerm_geom.size React.signalThe size of the terminal. This can be used for computing the prompt.
method key_sequence : LTerm_key.t list React.signalThe currently typed key sequence.
method hide : unit Lwt.tHide this read-line instance. It remains invisible until show is called.
method show : unit Lwt.tShow this read-line instance if it has been previously hidden.
Create a temporary file and return its path. Used for editing input with an external command.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>