Add MSYSTEM to default update-environment.
authornicm <nicm@openbsd.org>
Wed, 2 Oct 2024 11:51:15 +0000 (11:51 +0000)
committernicm <nicm@openbsd.org>
Wed, 2 Oct 2024 11:51:15 +0000 (11:51 +0000)
usr.bin/tmux/options-table.c

index 9ef6ded..72b28c5 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: options-table.c,v 1.178 2024/09/16 20:28:22 nicm Exp $ */
+/* $OpenBSD: options-table.c,v 1.179 2024/10/02 11:51:15 nicm Exp $ */
 
 /*
  * Copyright (c) 2011 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -824,7 +824,7 @@ const struct options_table_entry options_table[] = {
          .type = OPTIONS_TABLE_STRING,
          .scope = OPTIONS_TABLE_SESSION,
          .flags = OPTIONS_TABLE_IS_ARRAY,
-         .default_str = "DISPLAY KRB5CCNAME SSH_ASKPASS SSH_AUTH_SOCK "
+         .default_str = "DISPLAY KRB5CCNAME MSYSTEM SSH_ASKPASS SSH_AUTH_SOCK "
                         "SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY",
          .text = "List of environment variables to update in the session "
                  "environment when a client is attached."