Closed GoogleCodeExporter closed 9 years ago
The xterm sequence for this is supported, e.g.:
echo -ne '\e]11;#400040\a'
Replace 11 with 10 for the foreground and 12 for the cursor. And the sequence
for changing the ANSI colours can also change the rest of the 256 colour
palette.
See also http://invisible-island.net/xterm/ctlseqs/ctlseqs.html
Original comment by andy.koppe
on 26 Jul 2010 at 5:33
Any way to use this when using ksh? (pdksh.exe)
It worked with bash, but not with ksh, maybe is just as easy as using a
different flag in echo, but I don't know.
Thanks
Original comment by onyx...@gmail.com
on 24 May 2011 at 3:17
Nevermind. Found the way using a simple sh script.
Thanks anyways
Original comment by onyx...@gmail.com
on 24 May 2011 at 3:58
That sounds like unnecessary overhead. Try replacing the \e with \033, because
I think the \e is a GNU extension not supported by ksh.
Original comment by andy.koppe
on 24 May 2011 at 7:48
Original issue reported on code.google.com by
Geoffrey...@gmail.com
on 26 Jul 2010 at 4:28