summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2022-12-31 17:21:08 -0500
committerDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2022-12-31 17:21:08 -0500
commitb1df89ed947503c74a61f36a1b3a92f5f424352e (patch)
treed3a529698171143929554aca7f150da242f52130 /config.def.h
parent655ba6883b219befcc8aefdd6f50a4f678a7af98 (diff)
downloadst-b1df89ed947503c74a61f36a1b3a92f5f424352e.tar.gz
Applied plumber patch
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index d22c571..340c430 100644
--- a/config.def.h
+++ b/config.def.h
@@ -520,3 +520,9 @@ static char ascii_printable[] =
" !\"#$%&'()*+,-./0123456789:;<=>?"
"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_"
"`abcdefghijklmnopqrstuvwxyz{|}~";
+
+/*
+ * plumb_cmd is run on mouse button 3 click, with first NULL set to
+ * current selection and with cwd set to the cwd of the active shell
+ */
+static char *plumb_cmd[] = {"plumb", "-m", NULL, NULL};