Sync OpenBSD patchset 828:

Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262
and supports larger terminals than the older way.

If the new mouse-utf8 option is on, UTF-8 mouse input is enabled for all
UTF-8 terminals. The option defaults to on if LANG etc are set in the
same manner as the utf8 option.

With help and based on code from hsim at gmx.li.
This commit is contained in:
Tiago Cunha
2011-01-07 14:34:45 +00:00
parent 3aaf5b9b1e
commit 219442cff7
11 changed files with 139 additions and 33 deletions

View File

@ -1,4 +1,4 @@
/* $Id: options-table.c,v 1.2 2011-01-03 23:55:30 tcunha Exp $ */
/* $Id: options-table.c,v 1.3 2011-01-07 14:34:45 tcunha Exp $ */
/*
* Copyright (c) 2011 Nicholas Marriott <nicm@users.sourceforge.net>
@ -197,6 +197,11 @@ const struct options_table_entry session_options_table[] = {
.default_num = 0
},
{ .name = "mouse-utf8",
.type = OPTIONS_TABLE_FLAG,
.default_num = 0
},
{ .name = "pane-active-border-bg",
.type = OPTIONS_TABLE_COLOUR,
.default_num = 8