screen-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[screen-devel] [bug #32267] Latent bug in xterm mouse handling?


From: Devon Sean McCullough
Subject: [screen-devel] [bug #32267] Latent bug in xterm mouse handling?
Date: Thu, 16 Jun 2011 01:00:25 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

Follow-up Comment #1, bug #32267 (project screen):

No bug, screen correctly handles both
the seven-bit CSI = " 33133" = ESC [
and eight-bit CSI = "233"
as documented at http://vt100.net/docs/vt220-rm/table4-2.html
and at
http://en.wikipedia.org/wiki/Control_Sequence_Introducer#Sequence_elements

True, octal 233 = hex 9B occurs in many UTF-8 characters, e.g.,
U+00DB LATIN CAPITAL LETTER U WITH CIRCUMFLEX = C3 9B,
U+011B LATIN SMALL LETTER E WITH CARON = C4 9B,
U+015B Latin Small Letter s with Acute = C5 9B, etc.,
but screen should continue to allow the eight-bit CSI
and other eight-bit DEC codes.
Hard to imagine any need to disable this obscure feature.

                Peace
                        --Devon

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32267>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]