From ba5bf4ab743e77b230b8ae93683321318e4e10f2 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Sat, 27 May 2006 03:40:18 +0000
Subject: [PATCH] Add note regarding always following an ANSI Music string with
 ^O if you don't know the user supports ANSI Music.  For people with vt-style
 terminals, ^N is a locking shift... which means lower-case characters will be
 translated into graphic characters.

---
 src/conio/cterm.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/conio/cterm.txt b/src/conio/cterm.txt
index e792c48d7b..efc17b40e0 100644
--- a/src/conio/cterm.txt
+++ b/src/conio/cterm.txt
@@ -532,3 +532,7 @@ low frequences.  The notes *sound* correct to me.  If anyone can give me
 an excellent reason to change them (and more correct integer values for all
 notes) I am willing to do that assuming the notes still sound "right".
 
+!!!PLEASE NOTE!!! If you are playing some ANSI Music then ask the user if they
+heard it, ALWAYS follow it with an 0x0b 0x0a is the shift lock character which
+*will* cause people with anything but an ANSI-BBS terminal (ie: *nix users using
+the bundled telnet app) to have their screen messed up.  0x0b "undoes" the 0x0a.
-- 
GitLab