Adding drag-n-drop patch
This commit is contained in:
parent
b77fb11b76
commit
08b53c4960
9 changed files with 292 additions and 0 deletions
|
|
@ -175,6 +175,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 const char *colorname[] = {
|
||||
/* 8 normal colors */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue