summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2015-11-12 11:07:10 +0000
committernicm <nicm@openbsd.org>2015-11-12 11:07:10 +0000
commitedc6acacb160a5449e516d27b5ff2580026f736e (patch)
tree48b2c1c72d0f87b6fcc269f2d6356081c19bf0ae
parentSupport UTF-8 key bindings by expanding the key type from int to (diff)
downloadwireguard-openbsd-edc6acacb160a5449e516d27b5ff2580026f736e.tar.xz
wireguard-openbsd-edc6acacb160a5449e516d27b5ff2580026f736e.zip
Remove the mouse_utf8_flag format as well.
Diffstat (limited to '')
-rw-r--r--usr.bin/tmux/format.c4
-rw-r--r--usr.bin/tmux/tmux.15
2 files changed, 3 insertions, 6 deletions
diff --git a/usr.bin/tmux/format.c b/usr.bin/tmux/format.c
index 50f3c0da3dc..7d063c057df 100644
--- a/usr.bin/tmux/format.c
+++ b/usr.bin/tmux/format.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: format.c,v 1.92 2015/10/31 08:13:58 nicm Exp $ */
+/* $OpenBSD: format.c,v 1.93 2015/11/12 11:07:10 nicm Exp $ */
/*
* Copyright (c) 2011 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1138,8 +1138,6 @@ format_defaults_pane(struct format_tree *ft, struct window_pane *wp)
!!(wp->base.mode & MODE_MOUSE_STANDARD));
format_add(ft, "mouse_button_flag", "%d",
!!(wp->base.mode & MODE_MOUSE_BUTTON));
- format_add(ft, "mouse_utf8_flag", "%d",
- !!(wp->base.mode & MODE_MOUSE_UTF8));
format_add_cb(ft, "pane_tabs", format_cb_pane_tabs);
}
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index 5f3aefcc6c1..fa3d76e8299 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.456 2015/11/11 23:23:33 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.457 2015/11/12 11:07:10 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -14,7 +14,7 @@
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 11 2015 $
+.Dd $Mdocdate: November 12 2015 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -3394,7 +3394,6 @@ The following variables are available, where appropriate:
.It Li "mouse_any_flag" Ta "" Ta "Pane mouse any flag"
.It Li "mouse_button_flag" Ta "" Ta "Pane mouse button flag"
.It Li "mouse_standard_flag" Ta "" Ta "Pane mouse standard flag"
-.It Li "mouse_utf8_flag" Ta "" Ta "Pane mouse UTF-8 flag"
.It Li "pane_active" Ta "" Ta "1 if active pane"
.It Li "pane_bottom" Ta "" Ta "Bottom of pane"
.It Li "pane_current_command" Ta "" Ta "Current command if available"