TerminalRenderCellFlags

Public render cell flag bit set.

Valid combinations are:

Properties

Link copied to clipboard
const val CLUSTER: Int

This cell contains a grapheme cluster delivered through TerminalRenderClusterSink.

Link copied to clipboard
const val CODEPOINT: Int

The corresponding code word contains a Unicode scalar value.

Link copied to clipboard
const val EMPTY: Int

No glyph should be drawn for this cell.

Link copied to clipboard
const val WIDE_LEADING: Int

This cell is the leading cell of a width-2 glyph or cluster.

Link copied to clipboard
const val WIDE_TRAILING: Int

This cell is the trailing continuation cell of a width-2 glyph or cluster. Renderers must not draw text for this cell.

Functions

Link copied to clipboard

Returns whether flags is one of the valid public render cell flag combinations.