OhmNomNom / thyme

A fork of mintty, for the modern world
GNU General Public License v3.0
0 stars 0 forks source link

Colors do not carry over from local session to remote session #243

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set BoldBlue=30,144,255 to .minttyrc
2. ls - this should show the color mentioned on 1. for directories
3. Login remotely to another server, ls output will show a different color.

What is the expected output? i should see the color set in .minttyrc
What do you see instead? i see the color set on the remote ssh session.

What versions of mintty, Cygwin/MSYS, and Windows are you using?
mintty - 0.9.4 
Cygwin - CYGWIN_NT-6.1-WOW64 1.7.7(0.230/5/3) 2010-08-31 09:58
Windows - Windows 7 64-bit

Please provide any additional information below.
See attach for the visual.

Original issue reported on code.google.com by slack...@gmail.com on 14 Jan 2011 at 9:06

Attachments:

GoogleCodeExporter commented 9 years ago
Looks like Cygwin ls uses bold blue (ANSI colour 12) whereas the ls on your 
remote system uses normal blue (ANSI colour 4). So try changing Blue in your 
.minttyrc as well or set the LS_COLORS on the remote system to use bold blue 
for directories.

Original comment by andy.koppe on 15 Jan 2011 at 6:04

GoogleCodeExporter commented 9 years ago
Thank you! now I can finally use a terminal that's built into cygwin!

Original comment by slack...@gmail.com on 20 Jan 2011 at 3:08

GoogleCodeExporter commented 9 years ago
You're welcome!

Original comment by andy.koppe on 23 Jan 2011 at 7:23