diff options
author | Christian Duerr <contact@christianduerr.com> | 2018-03-24 14:42:05 +0100 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2018-06-02 09:56:50 -0700 |
commit | 334d50e98c5f579e6f5b240ef2be971472ee27fb (patch) | |
tree | a128af26fa41fc9a925e152adeb7964cd8335efe /src/lib.rs | |
parent | b19045da66899999856c6b2cc6707b60c607660a (diff) | |
download | r-alacritty-334d50e98c5f579e6f5b240ef2be971472ee27fb.tar.gz r-alacritty-334d50e98c5f579e6f5b240ef2be971472ee27fb.tar.bz2 r-alacritty-334d50e98c5f579e6f5b240ef2be971472ee27fb.zip |
Fix cursor not showing in first column
There was a bug in the display iterator where the first column was never
reached after the top line because it was instantly incremented to 1
after it was reset when iterator column reached the end of the terminal
width.
This has been fixed by making sure that the column is never incremented
when the column is reset due to a change in terminal line.
This fixes #1198.
Diffstat (limited to 'src/lib.rs')
0 files changed, 0 insertions, 0 deletions