package miaou-core
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Miaou core/widgets (no drivers, no SDL)
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.5.2.tar.gz
md5=60a3b9f181f24572a06a9492532bfdda
sha512=fcc35a275066be2900e6201782faf47503076fa4640f08cf78067835a6f447b74613009e55b2ac799adb7ca46f1bffa261fc5971753f2cc3c6bef327511c7ef6
doc/miaou-core.style/Miaou_style/Border/index.html
Module Miaou_style.BorderSource
Border styles and characters for box drawing.
Defines the different border styles available (single, double, rounded, etc.) and the character sets used to render them.
Border style variants
JSON encoding/decoding for border styles. Accepts string values ("Single", "Rounded", etc.) for convenience.
Source
type chars = {tl : string;(*Top-left corner
*)tr : string;(*Top-right corner
*)bl : string;(*Bottom-left corner
*)br : string;(*Bottom-right corner
*)h : string;(*Horizontal line
*)v : string;(*Vertical line
*)t_down : string;(*Top T junction ┬
*)t_up : string;(*Bottom T junction ┴
*)t_right : string;(*Left T junction ├
*)t_left : string;(*Right T junction ┤
*)cross : string;(*Cross junction ┼
*)
}Border character set
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>