diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-08-09 01:29:36 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-08-09 01:29:36 -0400 |
commit | 2606e8e02580894a483beb2f2a282b37cdf05631 (patch) | |
tree | 185248260832095e436d34fa5f28c01c31196e40 /docs/pango.toml.in | |
parent | 2cad08ac322c5601d3f86e0fd676abdfcd23aea8 (diff) | |
download | pango-2606e8e02580894a483beb2f2a282b37cdf05631.tar.gz |
docs: Add an example for split cursors
Show how weak and strong cursors look in
practice.
Fixes: #77
Diffstat (limited to 'docs/pango.toml.in')
-rw-r--r-- | docs/pango.toml.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/pango.toml.in b/docs/pango.toml.in index 4317adf4..f5e58194 100644 --- a/docs/pango.toml.in +++ b/docs/pango.toml.in @@ -90,4 +90,6 @@ content_images = [ "bidi-input-dark.png", "bidi-annotate-light.png", "bidi-annotate-dark.png", + "split-cursor-light.png", + "split-cursor-dark.png", ] |