[vte] parser: Small documentation addition



commit 596a581540f0f3789ad526ab075265f8ec35c800
Author: Christian Persch <chpe src gnome org>
Date:   Tue Nov 26 19:24:00 2019 +0100

    parser: Small documentation addition

 src/parser.cc | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/parser.cc b/src/parser.cc
index 96439196..ca2eb56b 100644
--- a/src/parser.cc
+++ b/src/parser.cc
@@ -48,6 +48,8 @@
  * * DEC only recognises up to 16 parameters; vte up to 32 (and that can be easily
  *   extended)
  *
+ * * DEC's parameter values range is 0..16384; vte supports 0..65535 (16-bit range).
+ *
  * * When the number of parameter exceeds that number, DEC executes the function
  *   with these parameters, ignoring the excessive parameters; vte ignores the
  *   whole function instead.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]