=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/Attic/mode-key.c,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- src/usr.bin/tmux/Attic/mode-key.c 2012/10/09 18:08:21 1.49 +++ src/usr.bin/tmux/Attic/mode-key.c 2012/11/19 10:51:25 1.50 @@ -1,4 +1,4 @@ -/* $OpenBSD: mode-key.c,v 1.49 2012/10/09 18:08:21 nicm Exp $ */ +/* $OpenBSD: mode-key.c,v 1.50 2012/11/19 10:51:25 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -105,6 +105,8 @@ { MODEKEYCOPY_DOWN, "cursor-down" }, { MODEKEYCOPY_ENDOFLINE, "end-of-line" }, { MODEKEYCOPY_GOTOLINE, "goto-line" }, + { MODEKEYCOPY_HALFPAGEDOWN, "halfpage-down" }, + { MODEKEYCOPY_HALFPAGEUP, "halfpage-up" }, { MODEKEYCOPY_HISTORYBOTTOM, "history-bottom" }, { MODEKEYCOPY_HISTORYTOP, "history-top" }, { MODEKEYCOPY_JUMP, "jump-forward" },