docs: Mention cursor in the wrong position for unicode FAQ

This is now more likely than the staircase thing since
0660ea5be758a25cbfd5703055af122842c10cb0..25595a94c72c8fd1385bfa66b5efecd26839488b.
This commit is contained in:
Fabian Homborg 2021-05-18 13:18:35 +02:00
parent a09125897e
commit 0991e0b27f

View File

@ -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.