OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Nicholas Marriott (nicmcvs.openbsd.org)
Date: Mon Jul 27 2009 - 14:29:35 CDT


CVSROOT: /cvs
Module name: src
Changes by: nicmcvs.openbsd.org 2009/07/27 13:29:35

Modified files:
        usr.bin/tmux : mode-key.c status.c tmux.h window-choose.c
                         window-copy.c window-more.c window-scroll.c

Log message:
Change mode key bindings from big switches into a set of tables. Rather than
lumping them all together, split editing keys from those used in choice/more
mode and those for copy/scroll mode.

Tidier and clearer, and the first step towards customisable mode keys.