Adding drag-n-drop patch

This commit is contained in:
Bakkeby 2025-02-20 10:18:17 +01:00 committed by Antoine Vaure
parent 48f696499d
commit 137bb152b3
9 changed files with 292 additions and 0 deletions

View file

@ -172,6 +172,15 @@ float alphaUnfocused = 0.6;
#endif // ALPHA_FOCUS_HIGHLIGHT_PATCH
#endif // ALPHA_PATCH
#if DRAG_AND_DROP_PATCH
/*
* drag and drop escape characters
*
* this will add a '\' before any characters specified in the string.
*/
char *xdndescchar = " !\"#$&'()*;<>?[\\]^`{|}~";
#endif // DRAG_AND_DROP_PATCH
/* Terminal colors (16 first used in escape sequence) */
static char *colorname[] = {
"#011627", /* hard contrast: #1d2021 / soft contrast: #32302f */