Re: [hackers] [st][PATCH] Fix for wide character being incorrectly cleared on MODE_INSERT

2023-06-25 Thread Hiltjo Posthuma
On Sun, Jun 25, 2023 at 05:38:33AM +, Shi Tian wrote: > Under insert mode, when inserting a normal character in front of > a wide character, the affected region is shifted to the right by > one cell. However, the empty cell is reset as if being a part of a > wide character, causing the

[hackers] [st] Fix for wide character being incorrectly cleared on MODE_INSERT || Shi Tian

2023-06-25 Thread git
commit 3a6d6d740110e6ee1b092d05ad746244eedabe4b Author: Shi Tian AuthorDate: Sun Jun 25 05:38:33 2023 + Commit: Hiltjo Posthuma CommitDate: Sun Jun 25 11:59:06 2023 +0200 Fix for wide character being incorrectly cleared on MODE_INSERT Under insert mode, when inserting a

[hackers] [st][PATCH] Fix for wide character being incorrectly cleared on MODE_INSERT

2023-06-25 Thread Shi Tian
Under insert mode, when inserting a normal character in front of a wide character, the affected region is shifted to the right by one cell. However, the empty cell is reset as if being a part of a wide character, causing the following cell being mishandled as a dummy cell. To reproduce the bug: