=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.64 retrieving revision 1.65 diff -c -r1.64 -r1.65 *** src/usr.bin/tmux/options-table.c 2015/11/11 23:23:33 1.64 --- src/usr.bin/tmux/options-table.c 2015/11/12 08:19:18 1.65 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.64 2015/11/11 23:23:33 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.65 2015/11/12 08:19:18 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 85,91 **** { .name = "history-file", .type = OPTIONS_TABLE_STRING, ! .default_str = NULL }, { .name = "message-limit", --- 85,91 ---- { .name = "history-file", .type = OPTIONS_TABLE_STRING, ! .default_str = "" }, { .name = "message-limit",