chiark / gitweb /
terminal: extend RGB attributes
authorDavid Herrmann <dh.herrmann@gmail.com>
Fri, 18 Jul 2014 10:41:37 +0000 (12:41 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Fri, 18 Jul 2014 10:53:41 +0000 (12:53 +0200)
commit952f4b59592088f15615eb404c828aaac31bfe82
treea4e43e86f895b2a2cbc72ccd57a1a301cd84fb56
parent1716f6dcf54d4c181c2e2558e3d5414f54c8d9ca
terminal: extend RGB attributes

There're 3 supported color-modes: term-color-codes, 256-color-code and
rgb-color. We now use the term-color as default so zero(attr) will do what
you'd expect. Furthermore, we split rgb and 256color so users can forward
them properly without requiring an internal RGB converter.

Furthermore, a "hidden" field according to VT510rm manual is added.
src/libsystemd-terminal/term-internal.h