=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.144 retrieving revision 1.145 diff -c -r1.144 -r1.145 *** src/usr.bin/tmux/options-table.c 2021/06/16 11:57:04 1.144 --- src/usr.bin/tmux/options-table.c 2021/07/14 08:56:00 1.145 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.144 2021/06/16 11:57:04 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.145 2021/07/14 08:56:00 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 234,240 **** { .name = "default-terminal", .type = OPTIONS_TABLE_STRING, .scope = OPTIONS_TABLE_SERVER, ! .default_str = "screen", .text = "Default for the 'TERM' environment variable." }, --- 234,240 ---- { .name = "default-terminal", .type = OPTIONS_TABLE_STRING, .scope = OPTIONS_TABLE_SERVER, ! .default_str = TMUX_TERM, .text = "Default for the 'TERM' environment variable." },