add SKIP tag to defines

This commit is contained in:
2017-09-30 22:59:46 +02:00
parent 5150cc32eb
commit a6ee808a1d
+1
View File
@@ -1864,6 +1864,7 @@ screenSerializeToBuffer(char *buffer, size_t buf_len, ScreenNotifyTopics topics,
} while(0)
// tags for screen serialization
#define SEQ_TAG_SKIP '\x01'
#define SEQ_TAG_REPEAT '\x02'
#define SEQ_TAG_COLORS '\x03'
#define SEQ_TAG_ATTRS '\x04'