diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-06-01 08:32:48 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-06-01 08:32:48 +0300 |
commit | 55a9f366a8b720be7edd7d3b5b39a0580e530ff0 (patch) | |
tree | e14f496a3b4dbcb30b7aafed694d6a65fb25380e /README.md | |
parent | 801bfbb2946b10527e75e77838a3657d78cb92e5 (diff) |
typo in docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1590,7 +1590,7 @@ 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 +There are two alternative approaches to fixing the bug that may seem to work at first glance but in fact don't: - Instead of `sc`, use `u7` terminal capability to query the current cursor position and then `cup` |