CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2014/05/14 00:21:19
Modified files: usr.bin/tmux : key-bindings.c server.c tmux.h Log message: Now that cmdlists are reference counted, there is no need for two-step deletion via the dead_key_bindings tree. From Keith Amling.