summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authornicm <nicm>2023-09-01 13:48:54 +0000
committernicm <nicm>2023-09-01 13:48:54 +0000
commitc1e6e54e6ee9517dcb2f789d99bbf06c66b9dc44 (patch)
treea9ef1b31ce0827760389379b721c7fc4bc322591 /options-table.c
parent71d453f169ffac345db3e4c82f4409fc41091002 (diff)
Add detach-on-destroy previous and next, mostly from Alexis Hildebrandt.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c
index eacf0947..a42d41c1 100644
--- a/options-table.c
+++ b/options-table.c
@@ -86,7 +86,7 @@ static const char *options_table_remain_on_exit_list[] = {
"off", "on", "failed", NULL
};
static const char *options_table_detach_on_destroy_list[] = {
- "off", "on", "no-detached", NULL
+ "off", "on", "no-detached", "previous", "next", NULL
};
static const char *options_table_extended_keys_list[] = {
"off", "on", "always", NULL