Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jul 2018 02:32:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229682] x11/xterm: UTF-8 characters cause the misalignment of tabstops
Message-ID:  <bug-229682-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229682

            Bug ID: 229682
           Summary: x11/xterm: UTF-8 characters cause the misalignment of
                    tabstops
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ehaupt@FreeBSD.org
          Reporter: kd-dev@pm.me
             Flags: maintainer-feedback?(ehaupt@FreeBSD.org)
          Assignee: ehaupt@FreeBSD.org

In the default configuration of x11/xterm UTF-8 characters cause tabs
that occur after them to be misaligned according to their byte-length:

Observed behavior:
        $ printf 'a\tb\n\302\254\tb\n'
        a       b
        =C2=AC      b

Expected behavior:
        $ printf 'a\tb\n\302\254\tb\n'
        a       b
        =C2=AC       b

Calling `stty tabs' or `stty tab0' beforehand results in the expected
behaviour.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229682-7788>