Branch: refs/heads/master Home: https://github.com/tmux/tmux Commit: f09cde2542470e5c1a292cc6871c4f0e00cedde5 https://github.com/tmux/tmux/commit/f09cde2542470e5c1a292cc6871c4f0e00cedde5 Author: nicm <nicm> Date: 2023-09-15 (Fri, 15 Sep 2023)
Changed paths: M screen-write.c M server.c M tmux.h M tty.c M utf8-combined.c M utf8.c Log Message: ----------- 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. Commit: 7e79108f8a0d109b058f07cd84f17957f730432a https://github.com/tmux/tmux/commit/7e79108f8a0d109b058f07cd84f17957f730432a Author: nicm <nicm> Date: 2023-09-16 (Sat, 16 Sep 2023) Changed paths: M tmux.1 Log Message: ----------- Remove next- and previous-prompt added in error. GitHub issue 3696. Commit: b202a2f1b517a3de7141fc35fbd9e39ed5ac5284 https://github.com/tmux/tmux/commit/b202a2f1b517a3de7141fc35fbd9e39ed5ac5284 Author: Thomas Adam <tho...@xteddy.org> Date: 2023-09-17 (Sun, 17 Sep 2023) Changed paths: M screen-write.c M server.c M tmux.1 M tmux.h M tty.c M utf8-combined.c M utf8.c Log Message: ----------- Merge branch 'obsd-master' Compare: https://github.com/tmux/tmux/compare/9f9156c0303a...b202a2f1b517 -- 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 tmux-git+unsubscr...@googlegroups.com. To view this discussion on the web, visit https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/9f9156-b202a2%40github.com.