mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
Support notifying applications on color scheme change
This commit is contained in:
@@ -85,6 +85,9 @@
|
||||
// Pending updates mode
|
||||
#define PENDING_UPDATE (2026 << 5)
|
||||
|
||||
// Notification of color preference change
|
||||
#define COLOR_PREFERENCE_NOTIFICATION (2031 << 5)
|
||||
|
||||
// In-band resize notification mode
|
||||
#define INBAND_RESIZE_NOTIFICATION (2048 << 5)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user