package hardcaml_waveterm
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A terminal based digital waveform viewer for Hardcaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=a6780e4310f46cd71ff8a3cdf12bb51afdf0eaea5e84645a148a4ecd0f02920b
doc/hardcaml_waveterm.cyclesim/Hardcaml_waveterm_cyclesim/Render/Make/argument-1-G/index.html
Parameter Make.G
val get_bounds : ctx -> Hardcaml_waveterm_kernel__.Draw.rectget context size
val get_style : Hardcaml_waveterm_kernel__.Draw.Style.t -> styleconvert our style info to underlying style
val fill :
ctx:ctx ->
style:style ->
bounds:Hardcaml_waveterm_kernel__.Draw.rect ->
Base.char ->
Base.unitfill bounds with char given style
val draw_int :
ctx:ctx ->
style:style ->
bounds:Hardcaml_waveterm_kernel__.Draw.rect ->
r:Base.int ->
c:Base.int ->
Base.int ->
Base.unitdraw int (representing unicode value)
val draw_piece :
ctx:ctx ->
style:style ->
bounds:Hardcaml_waveterm_kernel__.Draw.rect ->
r:Base.int ->
c:Base.int ->
Hardcaml_waveterm_kernel__.Draw.piece ->
Base.unitdraw piece
val draw_char :
ctx:ctx ->
style:style ->
bounds:Hardcaml_waveterm_kernel__.Draw.rect ->
r:Base.int ->
c:Base.int ->
Base.char ->
Base.unitdraw char
val draw_string :
ctx:ctx ->
style:style ->
bounds:Hardcaml_waveterm_kernel__.Draw.rect ->
r:Base.int ->
c:Base.int ->
Base.string ->
Base.unitdraw string (nothing fancy - horizontal, no breaks)
val draw_box :
ctx:ctx ->
style:style ->
bounds:Hardcaml_waveterm_kernel__.Draw.rect ->
Base.string ->
Base.unitdraw box outline with label
val get :
ctx:ctx ->
bounds:Hardcaml_waveterm_kernel__.Draw.rect ->
r:Base.int ->
c:Base.int ->
Base.int * Hardcaml_waveterm_kernel__.Draw.Style.tget value and style at point
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>