Adding drag-n-drop patch
This commit is contained in:
parent
48f696499d
commit
137bb152b3
9 changed files with 292 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue