From: Ben B. <in...@em...> - 2007-07-30 21:48:59
|
On Mon, Jul 30, 2007 at 01:35:46PM -0600, Jed Hurt wrote: > So I take that to mean that iTerm doesn't expose an API to control the > full spectrum of colors that it can display? I'm not an iTerm developer. I don't know what APIs may be exposed, but it seems unlikely that you would be able to adjust the values of the individual ANSI colors using escape sequences. It appears AppleScript may be able to adjust some of colors (background, foreground, bold, etc.), but I don't see a way to manipulate the ANSI colors. If you switch your terminal emulation to xterm-256color, you have access to the expanded 256 color palette: mojito:~ insyte$ export TERM=xterm-256color mojito:~ insyte$ tput colors 256 -- Ben Beuchler There is no spoon. in...@em... -- The Matrix |