suzdraws / mintty

Automatically exported from code.google.com/p/mintty
0 stars 0 forks source link

Support xterm OSC sequences for text and cursor colours #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
MinTTY should support the OSC sequences for changing text and cursor
colours. From http://invisible-island.net/xterm/ctlseqs/ctlseqs.html:

OSC P s ; P t ST
OSC P s ; P t BEL
  ...
  P s = 1 0 → Change VT100 text foreground color to P t
  P s = 1 1 → Change VT100 text background color to P t
  P s = 1 2 → Change text cursor color to P t

Also, the 'P s = 4' sequence support should be extended to be able to
change all 256 xterm colours.

Original issue reported on code.google.com by andy.koppe on 3 Apr 2009 at 5:44

GoogleCodeExporter commented 9 years ago
Implemented in r234 on trunk.

Original comment by andy.koppe on 4 Apr 2009 at 8:53

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 7 Jun 2009 at 7:48