Home
|
FAQ
|
Feedback
|
Licence
|
Updates
|
Mirrors
|
Keys
|
Links
|
Team
Download:
Stable
·
Snapshot
|
Docs
|
Privacy
|
Changes
|
Wishlist
It's been suggested that PuTTY could usefully support xterm's 256-colour mode (ESC [ 38;5;XX m and ESC [ 48;5;XX m, where XX is a colour index from 0-255).
This would be a pretty easy piece of work, now that we have plenty
of free bits in the attribute word in the termchar structure.
However, I'm currently unaware of any applications that use it,
aside from a vague suggestion that people might put 256-colour codes
in their colour ls
settings.
If anyone gives us a good reason why we should want to implement this, I'll probably just go ahead and do it.
(<1042233614.1153.15.camel@evilmagic.org> contains a patch to implement this, but it's very out of date.)
SGT, 2004-11-28: this is now done, and I don't think I've broken anything else en route.