Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2023-09-01 17:06:27 +01:00
12 changed files with 1249 additions and 72 deletions

View File

@ -85,7 +85,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