module
Termisu::FFI::Conversions
Defined in:
termisu/ffi/conversions.crConstant Summary
-
ATTRIBUTE_MASK =
(((((((Attribute::Bold.value | Attribute::Underline.value) | Attribute::Reverse.value) | Attribute::Blink.value) | Attribute::Dim.value) | Attribute::Cursive.value) | Attribute::Hidden.value) | Attribute::Strikethrough.value).to_u16
Class Method Summary
- .attr_from_bits(bits : UInt16) : Attribute
- .blank_event : Termisu::FFI::ABI::Event
- .codepoint_to_char(codepoint : UInt32) : Char
- .color_from_abi(color : Termisu::FFI::ABI::Color) : Color
- .style_from_ptr(style : Pointer(Termisu::FFI::ABI::CellStyle)) : Tuple(Color, Color, Attribute)
- .to_abi_event(event : Event::Any) : Termisu::FFI::ABI::Event