From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32a.google.com (mail-wm1-x32a.google.com [IPv6:2a00:1450:4864:20::32a]) by sourceware.org (Postfix) with ESMTPS id CBC9A385DC0C for ; Sat, 9 May 2020 21:32:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CBC9A385DC0C Received: by mail-wm1-x32a.google.com with SMTP id m12so8899787wmc.0 for ; Sat, 09 May 2020 14:32:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=lc+8GykFGeQd3HTPfG4nSiUUuk/WeKllm1dzK3uD+ug=; b=K2ZrR6BBzzOePkX/s+oDxFjobc9v4Gu7B/FAgyd76Mj65pw3mfp3+6M+/Hx6Q9PIFI +sSqow72rFstian/wfrpA0xyOrfsJDGXFOUGGZXSYwLfX3Vo5Zwz0RjDW35pf1nxrEIX fpR4/eKN7VP3waT4fzzWqh8o1mQ5eDYRbPzhC80JKUWwjzm+pCaV40+lrTQGC5VDFbsT 3UQYdJsYfmlqWvXvOYj3jFH/YQUta7UpjBK7nFx/ejea1r2BAAtF5AxDIuOWErTqmJkA C3QBrVUtzPbts8LeMLHb2eE76TfbvffnXbS0EwbngjLW6VDh7UJElbifDjMNNagzlE2X PYTQ== X-Gm-Message-State: AGi0PuZnbMYlkIbTO6c+i2uSCqgrGEv35TXMnky/GhPIuvBJp3r5gFiv p2hRnrbH3HyKUvulOwEDS/ZAqxx5 X-Google-Smtp-Source: APiQypJFbmHrxcJsTPJ9Avr/jgkBb957MPu4GjCMU5SYdRcdwx2UY43XhVquY+jfplygc5/ZuPVF3Q== X-Received: by 2002:a1c:4d18:: with SMTP id o24mr21643011wmh.141.1589059961558; Sat, 09 May 2020 14:32:41 -0700 (PDT) Received: from [192.168.2.121] (p5DDA1756.dip0.t-ipconnect.de. [93.218.23.86]) by smtp.gmail.com with ESMTPSA id 88sm10395561wrq.77.2020.05.09.14.32.40 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 09 May 2020 14:32:40 -0700 (PDT) Subject: Re: incorrect text mode graphic character display To: "cygwin@cygwin.com" References: <20200507081832.54306879@quarternote> <27089b5c-ec97-8691-8780-753592d3ff03@gmail.com> <20200508131417.338a6649@quarternote> <20200509133721.71fda7dc@quarternote> From: Marco Atzeri Message-ID: <4b8cca54-3e73-9863-52b2-099013290577@gmail.com> Date: Sat, 9 May 2020 23:32:40 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <20200509133721.71fda7dc@quarternote> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2020 21:32:44 -0000 Am 09.05.2020 um 22:37 schrieb briand@pounceofcats.com: > On Sat, 9 May 2020 08:32:17 +0200 > Marco Atzeri via Cygwin wrote: > > >> >> Can you install a parallel Cygwin with only Base category ? >> I use C:\cygwin64T for my parallel Cygwin installation. >> This will help to check if a fresh version without any >> user customization and minimal packages works. > > oh good grief. now things have become really weird. > > the problem i am having is with my work machine. however i realized that i had not installed cygwin on my home machine, which is also W10. i did that... and no problem, everything displays correctly ! > > then i went back to my work machine and did a parallel installation as you recommended and that turned out to be a bit of a problem. > > I edited the path in the terminal icon to make sure it is running the mintty from the parallel installation, tried julia and ... it's still broken. > > however, being paranoid that i still wasn't running from the correct install directory i went and ran mintty directly from the parallel install directory and things were broken on start, it looks like the path was not set-up correctly. running 'ls' gives me a command not found error, and julia is trying to invoke stty and getting a command not found error. the path is usually incorrect if you are not running a login shell "mintty -" is the way to require mintty to run a login shell > > so i fixed PATH, that fixed those problems, ran julia, and still broken. > > BTW, this is how julia was trying to invoke stty: > > stty raw -echo onlcr -ocrnl opost > > i thought that might be helpful. > > Unfortunately, because it's a work machine, i don't really feel comfortable posting the cygcheck output. I tried to edit it, but there's just too much information that's specific to the directories and network that I would have to remove. > > given the results on my home machine i'm wondering if i should simply save off my home directory, kill both cygwin directories and start from scratch... compare the cygcheck outputs of the two machines, may be it will give an hint. you can also compare the outputs of "set" > > Thanks for your continued help. > > The only way I succeed to screw up the graphics is forcing mintty to use a NOT UTF-8 like ISO-8859-1 in the "Text Options" x=DataFrame([(1,2,3), (4,5,6)]) 2×3 DataFrame │ Row │ 1 │ 2 │ 3 │ │ │ Int64 │ Int64 │ Int64 │ ├─────┼───────┼───────┼───────┤ │ 1 │ 1 │ 2 │ 3 │ │ 2 │ 4 │ 5 │ 6 │ and probably does not like also a mismatch in locale between bash and mintty. I have not tested all the Terminal Type but it seems that the usual xterm is working fine. Marco