CVSROOT:        /cvs
Module name:    src
Changes by:     n...@cvs.openbsd.org    2017/04/21 10:04:18

Modified files:
        usr.bin/tmux   : server-client.c tmux.h 

Log message:
It is annoying that the copy mode key table (or any other key table)
will suppress root key table bindings. So change to always check the
root table if no binding is found in the current table (whether it be
the prefix table from pressing the prefix or the copy mode table from a
pane).

A root key binding can be blocked by binding the key to a command that
does nothing (like send-keys with no arguments).

Problem reported by Thomas Sattler.

Reply via email to