diff options
author | Tim Keller <tjkeller.xyz> | 2025-01-11 18:12:17 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-01-11 18:12:17 -0600 |
commit | 6ca34464cfbdcbcf541862c92dcdcc1f2f7d3eda (patch) | |
tree | 0a95fbb8801f23c59872d939cec83e2f29556543 /config.def.h | |
parent | 3f8366fe353fe7d161821c282a135fb9d6184c35 (diff) | |
download | st-6ca34464cfbdcbcf541862c92dcdcc1f2f7d3eda.tar.xz st-6ca34464cfbdcbcf541862c92dcdcc1f2f7d3eda.zip |
add drag and drop patch
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 86286cd..8391bab 100644 --- a/config.def.h +++ b/config.def.h @@ -105,6 +105,13 @@ char *termname = "st-256color"; */ unsigned int tabspaces = 8; // TODO change to 4 +/* + * drag and drop escape characters + * + * this will add a '\' before any characters specified in the string. + */ +char *xdndescchar = " !\"#$&'()*;<>?[\\]^`{|}~"; + /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */ |