Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14531

display bug for both gnome-teminal & terminator & xterm

Path csiph.com!xmission!news.snarked.org!news.linkpendium.com!news.linkpendium.com!panix!usenet.stanford.edu!not-for-mail
From "weidong" <1015490825@qq.com>
Newsgroups gnu.bash.bug
Subject display bug for both gnome-teminal & terminator & xterm
Date Fri, 24 Aug 2018 18:25:00 +0800
Lines 33
Approved bug-bash@gnu.org
Message-ID <mailman.5486.1535115361.1292.bug-bash@gnu.org> (permalink)
NNTP-Posting-Host lists.gnu.org
Mime-Version 1.0
Content-Type text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding base64
X-Trace usenet.stanford.edu 1535115362 32469 208.118.235.17 (24 Aug 2018 12:56:02 GMT)
X-Complaints-To action@cs.stanford.edu
To "bug-bash" <bug-bash@gnu.org>, "bash" <bash@packages.debian.org>
Envelope-to bug-bash@gnu.org
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=qq.com; s=s201512; t=1535106302; bh=h/0PFjC3OFBZaT3ITNXKyMn3As+rI9arwf/NSpzvojE=; h=From:To:Subject:Mime-Version:Content-Type:Content-Transfer-Encoding:Date:Message-ID; b=J7x+6UIMIvYjOWKhXbcyDGImsixX/e9gWhxx3ERFaN7fUMCNnD9uQ5J50K/IsBuaT 6DM8mSMDvVKN0hyGZWjf/SC5f3eaFacSxOCxMfhTRIL6E4Sa6UXol8zgb+yWLExhbu IJ7ep7pXVQAKguQVYDMaRIs8q8pfpOQMrmIEWgwo=
X-QQ-FEAT pwpsS/MyWOVIWsCrMtPagPgPi7D7TwMcpv8UUCTycv42Di1Lku+fxbyHblnQp lyPac2w4oqjCOYWuOTTE0E2clc0lmKgHPSDU//4qmiZvianFOLTl9CVVYQ1g14spLPAAAO7 OfE+Rgltq1gDX9bjn7HzyKyYQCZ6migpi/8AS0nTrFe0eHwDnwHrSbNjTNiTW01M1UmZmhw T5csLHlnzL4uZ4vHry3j2M/vkJz3lsgSNO9DIEtIHGV454dbVLBUAr3MxBfI/7cW0B1Lygh ilJvZyMNXfMfMsNmGEf9GCbE0=
X-QQ-SSF 00000000000000F000000000000000P
X-HAS-ATTACH no
X-QQ-BUSINESS-ORIGIN 2
X-Originating-IP 171.217.146.155
X-QQ-STYLE
X-QQ-mid webmail694t1535106300t7188618
X-Priority 3
X-QQ-MIME TCMime 1.0 by Tencent
X-Mailer QQMail 2.x
X-QQ-Mailer QQMail 2.x
X-QQ-SENDSIZE 520
Feedback-ID webmail:qq.com:bgforeign:bgforeign2
X-QQ-Bgrelay 1
X-detected-operating-system by eggs.gnu.org: GNU/Linux 3.x [fuzzy]
X-Received-From 54.254.200.128
X-Mailman-Approved-At Fri, 24 Aug 2018 08:56:00 -0400
X-Content-Filtered-By Mailman/MimeDel 2.1.21
X-BeenThere bug-bash@gnu.org
X-Mailman-Version 2.1.21
Precedence list
List-Id Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org>
List-Unsubscribe <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe>
List-Archive <http://lists.gnu.org/archive/html/bug-bash/>
List-Post <mailto:bug-bash@gnu.org>
List-Help <mailto:bug-bash-request@gnu.org?subject=help>
List-Subscribe <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe>
Xref csiph.com gnu.bash.bug:14531

Show key headers only | View raw


From: widon
To: bug-bash@gnu.org,bash@packages.debian.org
Subject: display bug for both gnome-teminal & terminator & xterm

Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL -DHAVE_CONFIG_H   -I.  -I../. -I.././include -I.././lib  -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/build/bash-vEMnMR/bash-4.4.18=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-parentheses -Wno-format-security
uname output: Linux widon-X555YI 4.15.0-33-generic #36-Ubuntu SMP Wed Aug 15 16:00:05 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Machine Type: x86_64-pc-linux-gnu

Bash Version: 4.4
Patch Level: 19
Release Status: release

Description:
    if I cd into a deep Chinese Character path(which longer than the terminal width)
    two problems:
    1) the last document name is not right
    2) some word (which is part of the document name) display behind the "$"

Repeat-By:
    clear steps to reproduce (step by step);

    1) build deep document use Chinese character (alphabet character do not have this bug)
    2) cd into the deepest document (the path longer than the terminal width)
    expected result:
        the document name before '$' is right, and no extral character show behind '$'
    actual result.:
        the document name before '$' is not right and some extral character show behind '$'

Fix:
    [Description of how to fix the problem.  If you don't know a
    fix for the problem, don't include this section.]

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

display bug for both gnome-teminal & terminator & xterm "weidong" <1015490825@qq.com> - 2018-08-24 18:25 +0800

csiph-web