From 370f7dde838b9c70f55c8a8a6aee0e9872f46db0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Wed, 2 Apr 2025 13:26:01 -0400
Subject: [PATCH] Add test for background music as well

This crashes SyncTERM on Win32 if it's the first ANSI music played
---
 xtrn/termtest/termtest.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/xtrn/termtest/termtest.js b/xtrn/termtest/termtest.js
index c6d12bbcf6..29b9ccac71 100644
--- a/xtrn/termtest/termtest.js
+++ b/xtrn/termtest/termtest.js
@@ -541,8 +541,9 @@ var tests = [
 		if (ret)
 			return false;
 		console.write("\x1b[=2M");
+		console.write("\x1b[MBCDEFG\x0e\x0f\x08 \x08");
 		console.write("\x1b[MFCDEFG\x0e\x0f\x08 \x08");
-		var ret = console.yesno("Did you hear an ascending set of five notes");
+		var ret = console.yesno("Did you hear two ascending sets of five notes");
 		if (!ret)
 			return false;
 		console.write("\x1b[=1M");
-- 
GitLab