=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/input.c,v retrieving revision 1.127 retrieving revision 1.128 diff -c -r1.127 -r1.128 *** src/usr.bin/tmux/input.c 2017/08/29 09:28:45 1.127 --- src/usr.bin/tmux/input.c 2017/09/10 08:01:23 1.128 *************** *** 1,4 **** ! /* $OpenBSD: input.c,v 1.127 2017/08/29 09:28:45 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: input.c,v 1.128 2017/09/10 08:01:23 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 433,439 **** /* consume_st state definition. */ static const struct input_state input_state_consume_st = { "consume_st", ! NULL, NULL, input_state_consume_st_table }; --- 433,439 ---- /* consume_st state definition. */ static const struct input_state input_state_consume_st = { "consume_st", ! input_enter_rename, NULL, /* rename also waits for ST */ input_state_consume_st_table };