From 17c4d097bbb2ff7d6b2024e96417394bba335ac2 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Mon, 11 Sep 2023 06:06:58 -0700 Subject: [PATCH] Add experimental note in readme --- addons/xterm-addon-unicode-graphemes/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/xterm-addon-unicode-graphemes/README.md b/addons/xterm-addon-unicode-graphemes/README.md index 6c23e343..d5922a6f 100644 --- a/addons/xterm-addon-unicode-graphemes/README.md +++ b/addons/xterm-addon-unicode-graphemes/README.md @@ -1,5 +1,7 @@ ## xterm-addon-unicode-graphemes +⚠️ **This addon is currently experimental and may introduce unexpected and non-standard behavior** + An addon providing enhanced Unicode support (include grapheme clustering) for xterm.js. The file `src/UnicodeProperties.ts` is generated and depends on the Unicode version. See [the unicode-properties project](https://github.com/PerBothner/unicode-properties) for credits and re-generation instructions.