Change UTF-8 combining to inspect the previous character at the cursor
commitf09cde2542470e5c1a292cc6871c4f0e00cedde5
authornicm <nicm>
Fri, 15 Sep 2023 15:49:05 +0000 (15 15:49 +0000)
committernicm <nicm>
Fri, 15 Sep 2023 15:49:05 +0000 (15 15:49 +0000)
treefa31d93e697ab40131a1c3613f6f63028c0cee8c
parentd394293ba59fc932085eb8c01592822a9b1ec1f7
Change UTF-8 combining to inspect the previous character at the cursor
position rather than keeping the last character from the input stream,
this is how most terminals work and fixes problems with displaying these
characters in vim. GitHub issue 3600.
screen-write.c
server.c
tmux.h
tty.c
utf8-combined.c
utf8.c