[vte] emulation: Fix SRM mode documentation
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] emulation: Fix SRM mode documentation
- Date: Fri, 17 Aug 2018 19:06:59 +0000 (UTC)
commit cc5904f9ffcc0bbf13a312d7577966d42ff6fb43
Author: Christian Persch <chpe src gnome org>
Date: Fri Aug 17 21:05:45 2018 +0200
emulation: Fix SRM mode documentation
https://gitlab.gnome.org/GNOME/vte/issues/22
src/modes-ecma.hh | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/src/modes-ecma.hh b/src/modes-ecma.hh
index 4ec0582f..617d2985 100644
--- a/src/modes-ecma.hh
+++ b/src/modes-ecma.hh
@@ -27,17 +27,26 @@
* References: ECMA-48 § 7
* WY370
*/
+
+/*
+ * IRM - insertion replacement mode
+ *
+ * Default: reset
+ *
+ * References: ECMA-48 § 7.2.10
+ * VT525
+ */
MODE(IRM, 4)
/*
* SRM - local echo send/receive mode
- * If set, characters entered by the keyboard are shown on the
- * screen as well as being sent to the host; if reset, the
+ * If reset, characters entered by the keyboard are shown on the
+ * screen as well as being sent to the host; if set, the
* keyboard input is only sent to the host.
*
- * Default: reset
+ * Default: set
*
- * References: ECMA-48 § XXX
+ * References: ECMA-48 § 7.2.15
* VT525
*/
MODE(SRM, 12)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]