Supplementary

termflow.tui.KeyDecoder.InputKey.Supplementary
final case class Supplementary(codePoint: Int)

A supplementary Unicode code point (U+10000 to U+10FFFF) produced by combining a surrogate pair from the terminal input stream. Emitted atomically so widgets never see orphan surrogates.

Call java.lang.Character.toChars to recover the char[2] representation for insertion into a Java String.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product