~ubuntu-branches/ubuntu/trusty/xterm/trusty

« back to all changes in this revision

Viewing changes to ctlseqs.ms

  • Committer: Bazaar Package Importer
  • Author(s): Lorenzo De Liso
  • Date: 2011-02-12 15:58:09 UTC
  • mfrom: (1.4.11 upstream) (11.1.24 sid)
  • Revision ID: james.westby@ubuntu.com-20110212155809-cpkfynhfxzgbje2l
Tags: 268-1ubuntu1
* Merge from debian unstable (LP: #717301), remaining changes:
  - debian/patches/950_ubuntu_charclass_highlight.diff: Enabled URL
    highlighting
  - debian/patches/Add 951_uxterm_utf8_title.diff: Set utf8Titles to true by
    default when using uxterm, so that it displays utf8 directories in titles
    properly.  May cause issues with apps that use control sequences for
    updating the xterm titlebar - users should use xterm or set utf8Title
    to false in this case.
  - debian/gbp.conf: Use "Ubuntu" in "debian-branch" directly

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\"#! troff -ms $1              -*- Nroff -*-
2
2
.\" "Xterm Control Sequences" document
3
 
.\" $XTermId: ctlseqs.ms,v 1.235 2010/11/19 00:51:33 tom Exp $
4
 
.\"
5
 
.\"
6
 
.\" Copyright 1996-2009,2010 by Thomas E. Dickey
 
3
.\" $XTermId: ctlseqs.ms,v 1.237 2011/01/26 09:54:31 tom Exp $
 
4
.\"
 
5
.\"
 
6
.\" Copyright 1996-2010,2011 by Thomas E. Dickey
7
7
.\"
8
8
.\"                         All Rights Reserved
9
9
.\"
1117
1117
Request ANSI mode (DECRQM).
1118
1118
For VT300 and up, reply is
1119
1119
.br
1120
 
  \*(Cs\*(Ps\*;\*(Pm\*$\*p
 
1120
  \*(Cs\*(Ps\*;\*(Pm\*$\*y
1121
1121
.br
1122
1122
where \*(Ps is the mode number as in RM,
1123
1123
and \*(Pm is the mode value:
2139
2139
Under extended mouse mode, positions greater than 95
2140
2140
generate "extra" bytes which will confuse applications which do not treat
2141
2141
their input as a UTF-8 stream.
 
2142
Likewise, \*(Cb will be UTF-8 encoded,
 
2143
to reduce confusion with wheel mouse events.
2142
2144
.lP
2143
2145
NOTE: Under normal mouse mode, positions outside (160,94) result in
2144
2146
byte pairs which can be interpreted as a single UTF-8 character;