Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: a42e425d4437e046e29aac8324759ce67030971a
https://github.com/tmux/tmux/commit/a42e425d4437e046e29aac8324759ce67030971a
Author: nicm <nicm>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M tty.c
M utf8-combined.c
Log Message:
-----------
Two fixes for RI codepoints. Firstly, do not combine more than two of
them - previously we were ending up with four codepoints in one cell
which tmux believed to be width 2, but terminals considered width 4.
Secondly, invalidate cursor position before redrawing the cell when the
second codepoint is received, terminals vary in how they manage
backspace and cursor movement across these characters, so it is better
to use absolute rather than relative positioning. GitHub issue 4853.
Commit: 4ec7e66e90dc435ef21564e0c843c100acd33d59
https://github.com/tmux/tmux/commit/4ec7e66e90dc435ef21564e0c843c100acd33d59
Author: Thomas Adam <[email protected]>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M tty.c
M utf8-combined.c
Log Message:
-----------
Merge branch 'obsd-master'
Compare: https://github.com/tmux/tmux/compare/2179c3e420bd...4ec7e66e90dc
To unsubscribe from these emails, change your notification settings at
https://github.com/tmux/tmux/settings/notifications
--
You received this message because you are subscribed to the Google Groups
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion, visit
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/2179c3-4ec7e6%40github.com.