Skip to main content

Module mode

Module mode 

Source
Expand description

Mode flag bits matching tmux tmux.h:660–680.

Constants§

ALL_MOUSE_MODES
All mouse modes combined.
EXTENDED_KEY_MODES
Extended key modes combined.
MODE_BRACKETPASTE
Bracketed paste.
MODE_CRLF
CR+LF mode.
MODE_CURSOR
Cursor visible.
MODE_CURSOR_BLINKING
Cursor blinking.
MODE_CURSOR_BLINKING_SET
Cursor blinking explicitly set.
MODE_CURSOR_VERY_VISIBLE
Cursor very visible (blinking block, from DECTCEM handling).
MODE_FOCUSON
Focus in/out events.
MODE_INSERT
Insert mode.
MODE_KCURSOR
Application cursor keys.
MODE_KEYS_EXTENDED
Extended keys mode.
MODE_KEYS_EXTENDED_2
Extended keys mode 2.
MODE_KKEYPAD
Application keypad.
MODE_MOUSE_ALL
All mouse tracking (1003).
MODE_MOUSE_BUTTON
Button-event mouse tracking (1002).
MODE_MOUSE_SGR
SGR mouse mode (1006).
MODE_MOUSE_STANDARD
Standard mouse reporting (1000).
MODE_MOUSE_UTF8
Mouse UTF-8 mode (1005).
MODE_ORIGIN
Origin mode.
MODE_SYNC
Synchronized output.
MODE_THEME_UPDATES
Theme updates from application.
MODE_WRAP
Auto wrap.