aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-05-06 13:43:22 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-05-06 13:43:22 +0100
commit7a95e9bf7ec80c7b87dda73749e59f359371d78a (patch)
treea28ae9e721c1d4d08be4d942dd2ea08d92bc7006 /options-table.c
parentc80fc6bf9e44baaad1e6f4a4c83ec47823e96c1b (diff)
downloadrtmux-7a95e9bf7ec80c7b87dda73749e59f359371d78a.tar.gz
rtmux-7a95e9bf7ec80c7b87dda73749e59f359371d78a.tar.bz2
rtmux-7a95e9bf7ec80c7b87dda73749e59f359371d78a.zip
Change message log to be per server rather than per client and include every
command that is run.
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 b4aa47e2..be657694 100644
--- a/options-table.c
+++ b/options-table.c
@@ -252,7 +252,7 @@ const struct options_table_entry options_table[] = {
.scope = OPTIONS_TABLE_SERVER,
.minimum = 0,
.maximum = INT_MAX,
- .default_num = 100
+ .default_num = 1000
},
{ .name = "set-clipboard",