package inquire
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
An OCaml library to create beautiful interactive CLIs
Install
dune-project
Dependency
Authors
Maintainers
Sources
inquire-0.2.1.tbz
sha256=0b88d89e24d4cbc0560a7c8d8ec51388990e1b27f24685029997afa52a7c720f
sha512=8b62860a8d15e41528a404a6f1b9968c3d79755607b5ea319af2e3e45516e672a785361d278279910928db4054e1800e87bcee0210ff3eabfb330713b368c827
doc/inquire.zed/Zed_macro/index.html
Module Zed_macro
Macro recorder
val create : 'a list -> 'a tcreate macro create a new macro recorder, with initial contents macro.
val recording : 'a t -> bool React.signalWhether the recorder is recording a macro.
val get_recording : 'a t -> boolReturns the current state of the recorder.
val set_recording : 'a t -> bool -> unitStarts or stops the macro recorder.
val cancel : 'a t -> unitCancels the current macro if recording one.
val count : 'a t -> int React.signalThe number of actions in the macro recorder. It is 0 if the recorder is not currently recording.
val get_count : 'a t -> intReturns the current number of actions in the macro recorder.
val add : 'a t -> 'a -> unitadd recorder x adds x to the recorder if it is recording a macro.
val contents : 'a t -> 'a listReturns the currently recorded macro.
val counter : 'a t -> int React.signalThe contents of the macro counter.
val get_counter : 'a t -> intGets the contents of the macro counter.
val set_counter : 'a t -> int -> unitSets the macro counter to the given value.
val add_counter : 'a t -> int -> unitAdds the given value to the macro counter.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>