=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- src/usr.bin/tmux/options-table.c 2015/05/12 15:29:29 1.60 +++ src/usr.bin/tmux/options-table.c 2015/07/20 15:50:04 1.61 @@ -1,4 +1,4 @@ -/* $OpenBSD: options-table.c,v 1.60 2015/05/12 15:29:29 nicm Exp $ */ +/* $OpenBSD: options-table.c,v 1.61 2015/07/20 15:50:04 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -81,6 +81,11 @@ { .name = "focus-events", .type = OPTIONS_TABLE_FLAG, .default_num = 0 + }, + + { .name = "history-file", + .type = OPTIONS_TABLE_STRING, + .default_str = NULL }, { .name = "message-limit",