ModifyOtherKeysMode

Xterm modifyOtherKeys mode values stored in core's packed input-mode word.

Properties

Link copied to clipboard
const val DISABLED: Int = 0

Do not use modifyOtherKeys encoding.

Link copied to clipboard
const val MODE_1: Int = 1

Encode ordinary modified keys whose legacy representation is ambiguous or missing.

Link copied to clipboard
const val MODE_2: Int = 2

Encode ordinary modified keys plus xterm's Tab/Enter control-equivalent exceptions.

Link copied to clipboard
const val MODE_3: Int = 3

Encode ordinary keys even when no modifiers are active.