Branch: refs/heads/master Home: https://github.com/tmux/tmux Commit: 1198eed6326ba384093e34c348c843f59e841d20 https://github.com/tmux/tmux/commit/1198eed6326ba384093e34c348c843f59e841d20 Author: Nicholas Marriott <nicholas.marri...@gmail.com> Date: 2025-04-25 (Fri, 25 Apr 2025)
Changed paths: M input.c Log Message: ----------- Currently the DCS dispatcher detects Sixel sequences based entirely on the final character of the sequence, ignoring any intermediates. This means that other DCS sequences with a q final (like DECRQSS), can be mistakenly interpreted as Sixel. Add a check to make sure there are no intermediates before dispatching potential Sixel sequences. From James Holderness in GitHub issue 4488. 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 tmux-git+unsubscr...@googlegroups.com. To view this discussion, visit https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/0772fe-1198ee%40github.com.