summaryrefslogtreecommitdiffhomepage
path: root/src/skin
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-07-17 04:35:19 -0400
committermidipix <writeonce@midipix.org>2016-07-21 03:47:29 -0400
commitd881b6e81e20267c192f6c05c628eecd061b0f42 (patch)
tree530f97dbee47749705d8057c4f9e5a9410ed27ab /src/skin
parentacafe9829b0534d0b052f7382c77ea7fc753260c (diff)
downloadptycon-d881b6e81e20267c192f6c05c628eecd061b0f42.tar.bz2
ptycon-d881b6e81e20267c192f6c05c628eecd061b0f42.tar.xz
driver: added --sysroot support.
Diffstat (limited to 'src/skin')
-rw-r--r--src/skin/ptyc_skin_default.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/skin/ptyc_skin_default.c b/src/skin/ptyc_skin_default.c
index 814f6c2..b558fff 100644
--- a/src/skin/ptyc_skin_default.c
+++ b/src/skin/ptyc_skin_default.c
@@ -17,6 +17,10 @@ const struct argv_option ptyc_default_options[] = {
ARGV_OPTION_HYBRID_ONLY | ARGV_OPTION_HYBRID_SPACE,
0,0,"synonym for --exec."},
+ {"sysroot", 0,TAG_SYSROOT,ARGV_OPTARG_REQUIRED,0,0,"<dir>",
+ "pass a handle to %s to the spawned child process, "
+ "and set it to be the child's intial root directory."},
+
{"daemon", 0,TAG_DAEMON,ARGV_OPTARG_OPTIONAL,0,"default|always|never",0,
"create a daemon thread and handle signals sent by the "
"application's own controlling terminal. The default is "