summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2021-01-31 23:10:29 +0100
committerChristian Persch <chpe@src.gnome.org>2021-01-31 23:10:29 +0100
commita40bf76e8b6a6222e680cd4793b7042e2b052474 (patch)
tree782619b4b98eb7fd87eb9f3b3ba367fcae17243f
parent00f8c64bcc5aac3712f1665940305fd384112602 (diff)
downloadvte-a40bf76e8b6a6222e680cd4793b7042e2b052474.tar.gz
emulation: Add some research notes
-rw-r--r--src/vteseq.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/vteseq.cc b/src/vteseq.cc
index 9a04e9aa..41e78d53 100644
--- a/src/vteseq.cc
+++ b/src/vteseq.cc
@@ -7000,6 +7000,16 @@ Terminal::RLOGIN_MML(vte::parser::Sequence const& seq)
{
/*
* RLOGIN_MML - RLogin music markup language
+ * Music macro language and Midi file support.
+ *
+ * The music macro language appears to be (a variant of,
+ * or based on) the Microsoft and/or Tandy BASIC MML, see
+ * [http://www.vgmpf.com/Wiki/index.php?title=Microsoft_BASIC_MML]
+ * and
+ * [http://www.vgmpf.com/Wiki/index.php?title=Tandy_BASIC_MML].
+ * for more information on them, and the RLogin source code; as
+ * well as [http://nanno.dip.jp/softlib/man/rlogin/ctrlcode.html#DCS]
+ * for this escape sequence's parameters.
*
* Probably not worth implementing.
*