Re: incorrect text mode graphic character display
Did you try to go back to Cygwin 3.0.7? At work, we had to do that, after output from Maven (which is colored) gets corrupted after a change in 3.1.0 and onwards. The output problem we saw manifests itself slightly different from yours, but it might be worth trying Cygwin 3.0.7 nonetheless. - Eric L On Thu, May 7, 2020 at 5:52 PM wrote: > Hi, > > Doesn't matter what terminal i'm using, I'm having a problem with the way > graphic characters print. > Julia uses unicode output, and will generate output that should look like > this: > > julia> 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 │ > > Unfortunately I'm seeing this : > > julia> 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 Γöé > > This was working until a recent upgrade. I have experimented with > terminal set encoding and i can make the problem worse, but not better. > , > I've tried several terminal types, e.g. the xfce4 terminal, gnome > terminal, rxvt. > They all give me incorrect displays, but rxvt gives me a different > incorrect display. lxterminal and rxvt-unicode give me the same output as > shown in this email. > > I've been trying to experiment with LC_ALL and related environment > variables, but again, i can only make things worse. > > Any ideas on what i might try ? > > Thanks ! > > > -- > Brian > > -- > Problem reports: https://cygwin.com/problems.html > FAQ: https://cygwin.com/faq/ > Documentation:https://cygwin.com/docs.html > Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple > -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
Re: incorrect text mode graphic character display
You simply run the setup program, it's possible to select a few older versions. - Eric L On Thu, May 7, 2020 at 6:32 PM wrote: > On Thu, 7 May 2020 18:01:59 +0200 > Eric Lilja wrote: > > > Did you try to go back to Cygwin 3.0.7? At work, we had to do that, after > > output from Maven (which is colored) gets corrupted after a change in > 3.1.0 > > and onwards. The output problem we saw manifests itself slightly > different > > from yours, but it might be worth trying Cygwin 3.0.7 nonetheless. > > > > i did not try that, i didn't even know you could go back to a previous > version, but i'm definitely willing to try it. Perhaps i could help figure > out what's going on to fix it for a future release. Also it was definitely > a recent upgrade that broke it, so it's definitely worth trying. > > I just took a look at the user guide and it's not obvious to me how to do > this. > > Can you point me at some documentation ? > > Thanks! > > -- > Brian > > -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
Re: incorrect text mode graphic character display
Cygwin itself is actually just DLL, you can select a previous version of it in setup.exe. That solved our issue with corrupted display of Maven. You can also install older versions of any package (but not all old versions ever published will be available to choose from, just a few ones). Anyway, my suggestion is downgrade Cygwin itself and see if that helps (if not, we know the problem is elsewhere). All the other packages you can keep at latest versions. - Eric L On Thu, May 7, 2020 at 11:11 PM wrote: > On Thu, 7 May 2020 22:22:56 +0200 > Eric Lilja wrote: > > > You simply run the setup program, it's possible to select a few older > > versions. > > > > oh, i was thinking i could simply select a previous version of cygwin as a > whole. > > are you talking about selecting previous versions of specific packages ? > > it would be really difficult to figure out what i should try and roll > back, although the terminal programs would obviously be the primary > candidates. > > > -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
Re: Console doesn't work correctly under anything else than cmd or mintty
I had a similar experience when I tried to use the CLI that comes with MongoDB. Switched to use TakeCommand instead when I needed to use the MongoDB CLI. Too bad! - Eric L On Tue, May 12, 2020 at 11:05 PM Kacper Michajlow via Cygwin < cygwin@cygwin.com> wrote: > Hi, > > I was testing latest master (e637d53) and console is clunky in anything > that isn't cmd.exe or mintty. I tested Microsoft Terminal and ConEmu. > > For example navigating with arrows doesn't work in vim. In zsh searching > history with up arrow when there is beginning of the command doesn't work. > And so on, sometimes Home button doesn't work to jump to beginning of the > line or Backspace to clear input. > > It used to work better. I have tried CYGWIN=disable_pcon but didn't help > really. > > Is it known problem? Is there a workaround? Should this be fixed in Cygwin > or somewhere else? > > Thanks, > Kacper > -- > Problem reports: https://cygwin.com/problems.html > FAQ: https://cygwin.com/faq/ > Documentation:https://cygwin.com/docs.html > Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple > -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
Re: How to check cygwin version?
On Wed, Jul 1, 2020 at 3:38 PM Jeffrey Walton via Cygwin wrote: > I think the documentation leaves a lot to be desired... I'm trying to > tell someone what version of Cygwin I am using. > > There's a FAQ item at > https://cygwin.com/faq/faq.html#faq.what.version. It gives this > useless advice: > >To find the version of the Cygwin DLL installed, you can use uname >as on Linux > $ uname -r 3.1.5(0.340/5/3) This is what I always do - Eric L -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple