From 8512811535658a49ed738904233c9289e152a042 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Thu, 19 Nov 2009 22:31:27 +0000 Subject: Sync OpenBSD patchset 551: Revert to xterm-keys off by default. It was on as an experiment to see if the option could be removed, but it affects vi, so we have to keep the option, and a conservative default is better. --- tmux.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 38b11e2f..5a3816c0 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.204 2009-11-19 22:25:52 tcunha Exp $ +.\" $Id: tmux.1,v 1.205 2009-11-19 22:31:27 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -1803,7 +1803,7 @@ will generate .Xr xterm 1 -style function key sequences; these have a number included to indicate modifiers such as Shift, Alt or Ctrl. -The default is on. +The default is off. .El .It Xo Ic show-options .Op Fl g -- cgit