Ronald Fischer
Ronald Fischer
chcp.com works in bash, and shows me CP20127 as well. For completeness: I invoked bash using `C:\cygwin64\bin\mintty.exe -s 101,26 -e /usr/bin/bash --norc` to ensure that none of my startup files...
On cmd, I see 850. I think this is the default on Windows. Here is my .minttyrc: Term=xterm-256color BoldAsFont=no CursorType=block FontHeight=10 Locale=C Charset=UTF-8 Columns=84 Rows=26 SwitchShortcuts=no CopyAsRTF=no ClicksPlaceCursor=yes PgUpDnScroll=yes Transparency=medium...
So I'm pretty convinced that it doesn't have anything to do with the shell, though if you want, I could also test dash and ash. Since it works with you,...
BTW, I did, for completeness a test with `ash` as well. Here the exact test setup: Using the Windows start menu, I looked up `cmd` and started this console. I...
It is true that commenting out the `Locale=C` settings had the codepage revert to 850 on a new mintty. Two issues still seem strange to me: (1) I had in...
The settings you suggested indeed result in Codepage 850. The correct entering of characters does only work to some extent: For instance, if I do in my shell (zsh) a...
Thanks for explaining. FYI, I have only `LANG` set (to `en_GB`). This is done in my .zshrc, respectively .bashrc.
I am running nano inside mintty, which works well except in one point: I have configured mintty to "copy on select", and this works inside nano only if I disable...
On Tue, Jul 3, 2018, at 07:56, mintty wrote: > You can override with Shift! Great! Works well! Ronald
If you don't keep track of lines, can I still use ^ and $ for start and end of a line ?