summaryrefslogtreecommitdiff
path: root/tests/ref/zerowidth/config.json
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2018-12-09 15:28:22 +0000
committerGitHub <noreply@github.com>2018-12-09 15:28:22 +0000
commit1cebcd660bf0b6dc514341fe6bc7a392b1572849 (patch)
tree47a4012107030a73c986e9746aee4bd3a23f1807 /tests/ref/zerowidth/config.json
parent47f8f1bac6f0b41fe1ad9c4267687db7a42068de (diff)
downloadalacritty-1cebcd660bf0b6dc514341fe6bc7a392b1572849.tar.gz
alacritty-1cebcd660bf0b6dc514341fe6bc7a392b1572849.zip
Fix rendering of zero-width characters
Instead of rendering zero-width characters as full characters, they are now properly rendered without advancing the cursor. Because of performance limitations, this implementation only supports up to 5 zero-width characters per cell. However, as a result of this limitation there should not be any performance impact. This fixes #1317, fixes #696 and closes #1318.
Diffstat (limited to 'tests/ref/zerowidth/config.json')
-rw-r--r--tests/ref/zerowidth/config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ref/zerowidth/config.json b/tests/ref/zerowidth/config.json
new file mode 100644
index 00000000..8be579ce
--- /dev/null
+++ b/tests/ref/zerowidth/config.json
@@ -0,0 +1 @@
+{"history_size":1000} \ No newline at end of file