diff --git a/src/ctlseqs.h b/src/ctlseqs.h index d8f0d6c..3c67f0b 100644 --- a/src/ctlseqs.h +++ b/src/ctlseqs.h @@ -308,6 +308,8 @@ #define CTLSEQS_RESP_DECRQCRA(n, s) CTLSEQS_DCS n "!~" s CTLSEQS_ST // DECRQLP response message #define CTLSEQS_RESP_DECRQLP(e, b, row, col, p) CTLSEQS_CSI e ";" b ";" row ";" col ";" p "&w" +// Mouse response in SGR mouse mode +#define CTLSEQS_RESP_SGR_MOUSE(n, col, row, c) CTLSEQS_CSI "<" n ";" col ";" row c /// PC-Style Function Keys