mirror of
git://git.suckless.org/st
synced 2025-12-18 05:03:07 +01:00
This reverts commit 7473a8d1a5.
This patch needs some more work. It caused regressions with programs that use
GNU readline, etc.
Original test-case example from Tim Culverhouse <tim@timculverhouse.com>:
printf " 😀" && sleep 2 && printf "\e[D" && sleep 2 && printf "\e[D" && sleep 2
After the patch it caused regressions, example test-case:
printf "A字\bB\n"
56 KiB
56 KiB