Skip to content

Commit

Permalink
Add options for customizing session names (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
nviennot committed Oct 21, 2019
1 parent 4efe25d commit 7f693a9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions options-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,24 @@ const struct options_table_entry options_table[] = {
.scope = OPTIONS_TABLE_SERVER,
.default_str = ""
},

{ .name = "tmate-account-key",
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_SERVER,
.default_str = ""
},

{ .name = "tmate-session-name",
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_SERVER,
.default_str = ""
},

{ .name = "tmate-session-name-ro",
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_SERVER,
.default_str = ""
},
#endif

{ .name = NULL }
Expand Down

0 comments on commit 7f693a9

Please sign in to comment.