vt: add bits for attribute setting/reporting
authorAlan Cox <alan@linux.intel.com>
Wed, 10 Jun 2015 22:22:35 +0000 (23:22 +0100)
committerAlan Cox <alan@linux.intel.com>
Wed, 10 Jun 2015 22:22:35 +0000 (23:22 +0100)
commitf57a87ec8089e7803206af2b159b4eef35cae26b
tree8db056a2ac28a8d579c7eec7146fc9a7758b5f1a
parentba0f587eb6505aa0f9d81539bfb700da43e663f0
vt: add bits for attribute setting/reporting

Done with a single escape code to make the parsing tiny. It's then up to the
platform what if anything to offer, but if nothing is supported then the
platform needs the vtattr_cap byte defining.
Kernel/include/tty.h
Kernel/include/vt.h
Kernel/vt.c