about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2021-05-20 15:26:47 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-05-20 15:26:47 +0200
commitbeabc0594fa10e4fd6a06097adb62af75f1d77b4 (patch)
treea9b99df91647cf5e556addc7805ce75b859c7024 /README.md
parentcdb4103fb134eb43b26a680d0787e0263a13054a (diff)
Add reference to terminal-wg variable glyph size discussion
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4f70a35..8c5585f 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ approach feels dated and causes a variety of problems. For instance, the
 concept of grapheme cluster as used in [Unicode][unicode web] is largely
 incompatible with fixed-size columns. For this reason, terminal
 emulator supporting the aforementioned escape sequences can never fully
-support Unicode.
+support Unicode [\[1\]][variable-width glyphs].
 
 On the other hand, a terminal emulator not supporting ANSI escape
 sequences can never support TUIs. However, the idea behind `saneterm` is
@@ -109,3 +109,4 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
 [setuptools web]: https://pygobject.readthedocs.io/en/latest/
 [wikipedia ed]: https://en.wikipedia.org/wiki/Ed_(text_editor)
 [emacs tramp mode]: https://www.emacswiki.org/emacs/TrampMode
+[variable-width glyphs]: https://gitlab.freedesktop.org/terminal-wg/specifications/-/issues/21