From 85bd35bfe848b92638b0b75e22c83b771860200a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 20 Jan 2012 19:15:41 +0000 Subject: Add an option to disable the window rename escape sequence, from Romain Francoise. --- usr.bin/tmux/options-table.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'usr.bin/tmux/options-table.c') diff --git a/usr.bin/tmux/options-table.c b/usr.bin/tmux/options-table.c index d6cebc2edd8..47648aa6b4f 100644 --- a/usr.bin/tmux/options-table.c +++ b/usr.bin/tmux/options-table.c @@ -1,4 +1,4 @@ -/* $OpenBSD: options-table.c,v 1.16 2011/11/15 23:24:04 nicm Exp $ */ +/* $OpenBSD: options-table.c,v 1.17 2012/01/20 19:15:40 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -436,6 +436,11 @@ const struct options_table_entry window_options_table[] = { .default_num = 0 }, + { .name = "allow-rename", + .type = OPTIONS_TABLE_FLAG, + .default_num = 1 + }, + { .name = "alternate-screen", .type = OPTIONS_TABLE_FLAG, .default_num = 1 -- cgit v1.2.3