Created attachment 164306 [details] patch adds upstream git commit 8c8cddbe02 to the port If you press any key during the repeat-time, it will be interpreted as a command, even if it is not a repeatable key binding. For example with default settings, if you switch a pane and press 'c' less than half a second later, you create a new window -- instead of entering a literal 'c'. This bug is the same as Debian #803393 and they fixed it with upstream git commit 8c8cddbe02 (see URL). The patch attached adds 8c8cddbe02 as a patch to the port. This fixes the problem for me.
Thank you Jan :)
A commit references this bug: Author: mat Date: Thu Dec 17 17:19:29 UTC 2015 New revision: 403912 URL: https://svnweb.freebsd.org/changeset/ports/403912 Log: Fix a regression in 2.1 where tmux was misshandling key strokes if you started typing too fast after a tmux command. PR: 205372 Submitted by: me jahn de Obtained from: https://github.com/tmux/tmux/commit/8c8cddbe022af5ece9949804cacffbee6b8972fa MFH: 2015Q4 Sponsored by: Absolight Changes: head/sysutils/tmux/Makefile head/sysutils/tmux/files/patch-server-client.c
A commit references this bug: Author: mat Date: Thu Dec 17 17:22:25 UTC 2015 New revision: 403914 URL: https://svnweb.freebsd.org/changeset/ports/403914 Log: MFH: r403912 Fix a regression in 2.1 where tmux was misshandling key strokes if you started typing too fast after a tmux command. PR: 205372 Submitted by: me jahn de Obtained from: https://github.com/tmux/tmux/commit/8c8cddbe022af5ece9949804cacffbee6b8972fa Sponsored by: Absolight Changes: _U branches/2015Q4/ branches/2015Q4/sysutils/tmux/Makefile branches/2015Q4/sysutils/tmux/files/patch-server-client.c
A commit references this bug: Author: mat Date: Fri Dec 18 14:27:23 UTC 2015 New revision: 403965 URL: https://svnweb.freebsd.org/changeset/ports/403965 Log: MFH: -r403912 backout commit r403914, the quarterly branch has 2.0, not 2.1. Fix a regression in 2.1 where tmux was misshandling key strokes if you started typing too fast after a tmux command. PR: 205372 Submitted by: me jahn de Obtained from: https://github.com/tmux/tmux/commit/8c8cddbe022af5ece9949804cacffbee6b8972fa Sponsored by: Absolight Changes: _U branches/2015Q4/ branches/2015Q4/sysutils/tmux/Makefile branches/2015Q4/sysutils/tmux/files/patch-server-client.c