cyd01 / KiTTY

:computer: KiTTY, a free telnet/ssh client for Windows
https://www.9bis.com/kitty
Other
1.55k stars 132 forks source link

What are the extra colour settings in the configuration files? #485

Open cdavoren opened 1 year ago

cdavoren commented 1 year ago

This is a question, not a bug or other issue, so sorry if this is the wrong place.

This may be a stupid obvious question but I was inspecting the configuration files in the Session directory and found a list of colour settings. Entries 0 to 22 correspond obviously to the colour settings in the settings dialog, but I can't seem to figure out what the remaining ones are for. As an example:

Colour23\0,0,0\ Colour24\0,0,0\ Colour25\187,0,0\ Colour26\0,187,0\ Colour27\187,187,0\ Colour28\0,0,187\ Colour29\187,0,187\ Colour30\0,187,187\ Colour31\187,187,187\ Colour32\0,0,0\ Colour33\187,187,187\

What are these used for?

cyd01 commented 1 year ago

It is a consequence of the PuTTY 0.75 big bang version.
I had to remove the [TuTTY color pacth]](https://www.9bis.net/kitty/#!pages/0.75.md) that could be merge anymore in PuTTY source code of KiTTY.
I think you can remove those lines without any problem.

cdavoren commented 1 year ago

That makes sense, thanks so much for the reply.