Identifier

class Identifier(val code: Int)

The single numeric identifier for an OSC code, e.g. 8 in ESC]8;;"

Constructors

Link copied to clipboard
constructor(code: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: Int

Functions

Link copied to clipboard
open override fun toString(): String