From 0991e0b27fe6ef7a7cf22d9e885e4b3d71c9c88b Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 18 May 2021 13:18:35 +0200 Subject: [PATCH] docs: Mention cursor in the wrong position for unicode FAQ This is now more likely than the staircase thing since 0660ea5be758a25cbfd5703055af122842c10cb0..25595a94c72c8fd1385bfa66b5efecd26839488b. --- doc_src/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_src/faq.rst b/doc_src/faq.rst index 92b1d5ff4..6fd463c20 100644 --- a/doc_src/faq.rst +++ b/doc_src/faq.rst @@ -322,8 +322,8 @@ The same applies for example when you start ``tmux`` in config.fish without guar .. _faq-unicode: -I'm getting weird graphical glitches (a staircase effect, ghost characters,...)? --------------------------------------------------------------------------------- +I'm getting weird graphical glitches (a staircase effect, ghost characters, cursor in the wrong position,...)? +-------------------------------------------------------------------------------------------------------------- In a terminal, the application running inside it and the terminal itself need to agree on the width of characters in order to handle cursor movement. This is more important to fish than other shells because features like syntax highlighting and autosuggestions are implemented by moving the cursor.