Add new helper macros.

This commit is contained in:
CismonX 2021-01-08 07:52:48 +08:00
parent 1cbe732b6e
commit 1758837c47
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
1 changed files with 2 additions and 0 deletions

View File

@ -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