ConEmu/cygwin newlines don't perform carriage return functionality
问题 I upgraded Cygwin and now Bash is acting weird. Newlines aren't always returning the cursor to the left side of the screen, but sometimes they do. Here is what I'm experiencing: $ echo hello hello Thu Jan 30 08:31:33 :~ $ python3 Python 3.6.9 (default, Jul 21 2019, 14:33:59) [GCC 7.4.0] on cygwin Type "help", "copyright", "credits" or "license" for more information. >>> 56+23 79 >>> 2+3 5 >>> exit() Thu Jan 30 08:31:46 :~ $ I have TERM=xterm-color , and I've tried TERM=cygwin and just TERM=