From 6ca34464cfbdcbcf541862c92dcdcc1f2f7d3eda Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 11 Jan 2025 18:12:17 -0600 Subject: add drag and drop patch --- config.def.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.def.h') 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 */ -- cgit v1.2.3