Kalle Olavi Niemitalo <k...@iki.fi> writes:

> iTerm apparently requires that the command to choose one color
> out of 256 is the only thing in the SGR control sequence.  Try
> this untested patch to iTerm.

Related iTerm bug:

http://sourceforge.net/tracker/index.php?func=detail&aid=2417832&group_id=67789&atid=518973
iTerm.app: Detail: 2417832 - xterm-256colors mode doesn't work for elinks

And a patch similar to what I posted here:

http://sourceforge.net/tracker/index.php?func=detail&aid=2203539&group_id=67789&atid=518975
iTerm.app: Detail: 2203539 - 256 color escape sequence ignored

That one is a bit buggy though, in that it does i+=3 rather than
i+=2.  The number 3 looks good because the color-setting command
consists of three parameters in the list, but it is wrong because
the for loop will also increment i.
_______________________________________________
elinks-users mailing list
elinks-users@linuxfromscratch.org
http://linuxfromscratch.org/mailman/listinfo/elinks-users

Reply via email to