package textutils
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Text output utilities
Install
dune-project
Dependency
Authors
Maintainers
Sources
textutils-v0.15.0.tar.gz
sha256=c0368fb6ad18727cd69fbfb20dd734fb7f7189707107d1f88d8de15837dc22df
doc/textutils.console/Console/module-type-S/index.html
Module type Console.SSource
module Ansi : sig ... endHandling of ansi codes.
val is_color_tty : unit -> bool ioval width : unit -> [ `Cols of int | `Not_a_tty | `Not_available ] ioThe width in characters of the current output. Returns `Not_a_tty if stdout is not connected to a tty.
val print_list : out_channel -> (string * Ansi.attr list) list -> unit ioprint a list in a columnize way (like the output of ls)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>