aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-04-13 09:39:46 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-04-13 09:39:46 +0300
commitaf027c998936a9431bb4d891ab033578c4d505d2 (patch)
tree6ba9d2c560775c68be0465ae8f8656fabb9d2e13 /README.md
parent0087f6b63138ab03dffc28c6b1078f57265e02cf (diff)
mention that fix-winchanged doesn't work on alacritty (#175)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8487bdfb..14f2d297 100644
--- a/README.md
+++ b/README.md
@@ -1521,6 +1521,8 @@ The bug described above has been fixed in [this branch](
cursor) terminal capability before printing prompt and `rc` (restore cursor) to move cursor back
to the same position when prompt needs to be refreshed.
+*Note*: The patch doesn't work on Alacritty. On the plus side, it doesn't make things worse.
+
There are two alternative approaches to fixing the bug that may seem to work at fight glance but in
fact don't:
@@ -1541,7 +1543,7 @@ There is no ETA for the patch making its way into upstream Zsh. See [discussion]
There are a few mitigation options for this issue.
- Apply [the patch](#zsh-patch) and [rebuild Zsh from source](
- https://github.com/zsh-users/zsh/blob/master/INSTALL).
+ https://github.com/zsh-users/zsh/blob/master/INSTALL). It won't help if you are using Alacritty.
- Disable text reflowing on window resize in terminal settings. If your terminal doesn't have this
setting, try a different terminal.
- Avoid long lines between the start of prompt and cursor.