KittyKeyboardFlagApplicationMode

Kitty keyboard progressive-enhancement flag application modes.

These are the optional second parameter in CSI = flags ; mode u.

Properties

Link copied to clipboard
const val CLEAR: Int = 3

Clear supplied bits and leave omitted bits unchanged.

Link copied to clipboard
const val REPLACE: Int = 1

Replace the active flag word with the supplied flags.

Link copied to clipboard
const val SET: Int = 2

Set supplied bits and leave omitted bits unchanged.