Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner.

This commit is contained in:
nicm
2019-03-12 07:39:27 +00:00
parent de730f68a4
commit ff4c80d53d
3 changed files with 36 additions and 19 deletions

1
tmux.h
View File

@ -517,6 +517,7 @@ struct msg_stderr_data {
#define MODE_BRACKETPASTE 0x400
#define MODE_FOCUSON 0x800
#define MODE_MOUSE_ALL 0x1000
#define MODE_ORIGIN 0x2000
#define ALL_MODES 0xffffff
#define ALL_MOUSE_MODES (MODE_MOUSE_STANDARD|MODE_MOUSE_BUTTON|MODE_MOUSE_ALL)