Skip to main content

Module modes

Module modes 

Source
Expand description

Mode switching sequences

Constantsยง

ANSI_MODE
ANSI Mode (vs VT52)
APPLICATION_CURSOR_KEYS
Application Cursor Keys (DECCKM)
APPLICATION_KEYPAD
Application Keypad (DECNKM)
AUTOREPEAT_KEYS
Auto-repeat Keys (DECARM)
BLINKING_CURSOR
Start Blinking Cursor
HIDE_TOOLBAR
Hide toolbar
JUMP_SCROLL
Jump Scroll
MODE_80_COLUMN
80 Column Mode
MODE_132_COLUMN
132 Column Mode (DECCOLM)
MOUSE_TRACKING
Send Mouse X & Y on button press
NEWLINE_MODE
Enable Linefeed/Newline Mode (LNM)
NORMAL_CURSOR_KEYS
Normal Cursor Keys
NORMAL_SCREEN
Normal Screen
NO_AUTOREPEAT_KEYS
No Auto-repeat Keys
NO_BLINKING_CURSOR
Stop Blinking Cursor
NO_MOUSE_TRACKING
No Mouse Tracking
NO_NEWLINE_MODE
Disable Linefeed/Newline Mode
NO_PRINT_FORM_FEED
No Form Feed
NO_PRINT_SCREEN
No Print Screen
NO_WRAPAROUND
No Wraparound
NUMERIC_KEYPAD
Numeric Keypad
PRINT_FORM_FEED
Print Form Feed (DECPFF)
PRINT_SCREEN
Set Print Screen (DECPEX)
REVERSE_SCREEN
Reverse Screen (DECSCNM)
SHOW_TOOLBAR
Show toolbar (rxvt)
SMOOTH_SCROLL
Smooth Scroll (DECSCLM)
VT52_MODE
VT52 Mode
WRAPAROUND
Wraparound Mode (DECAWM)