[vte] emulation: Document two more DECSGR values
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] emulation: Document two more DECSGR values
- Date: Sun, 28 Oct 2018 18:45:07 +0000 (UTC)
commit fe8b0649d58dea2fc614e617776bc8794f9d6323
Author: Christian Persch <chpe src gnome org>
Date: Sun Oct 28 19:44:28 2018 +0100
emulation: Document two more DECSGR values
src/vteseq.cc | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/src/vteseq.cc b/src/vteseq.cc
index 08bd81ce..2f2dbe0b 100644
--- a/src/vteseq.cc
+++ b/src/vteseq.cc
@@ -4254,13 +4254,16 @@ Terminal::DECSGR(vte::parser::Sequence const& seq)
* 4 = set superscript and reset subscript
* 5 = set subscript and reset superscript
* 6 = set overline (deprecated; same as SGR 53)
+ * 8 = set transparency mode
* 24 = reset superscript and subscript
* 26 = reset overline (deprecated; same as SGR 55)
+ * 28 = reset transparency mode
*
* Defaults:
* args[0]: 0 (reset all attributes)
*
* References: DEC PPLV2
+ * DEC LJ250
*/
/* TODO: consider implementing sub/superscript? */
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]