=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/input.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- src/usr.bin/tmux/input.c 2010/03/22 19:02:54 1.28 +++ src/usr.bin/tmux/input.c 2010/04/17 23:31:09 1.29 @@ -1,4 +1,4 @@ -/* $OpenBSD: input.c,v 1.28 2010/03/22 19:02:54 nicm Exp $ */ +/* $OpenBSD: input.c,v 1.29 2010/04/17 23:31:09 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -385,7 +385,7 @@ { 0x5f, 0x5f, NULL, &input_state_apc_string }, { 0x60, 0x6a, input_esc_dispatch, &input_state_ground }, { 0x6b, 0x6b, NULL, &input_state_rename_string }, - { 0x6c, 0x7c, input_esc_dispatch, &input_state_ground }, + { 0x6c, 0x7e, input_esc_dispatch, &input_state_ground }, { 0x7f, 0xff, NULL, NULL }, { -1, -1, NULL, NULL }