=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.655 retrieving revision 1.656 diff -u -r1.655 -r1.656 --- src/usr.bin/tmux/tmux.h 2016/10/11 13:45:47 1.655 +++ src/usr.bin/tmux/tmux.h 2016/10/12 13:03:27 1.656 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.655 2016/10/11 13:45:47 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.656 2016/10/12 13:03:27 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1269,6 +1269,7 @@ u_int prompt_hindex; #define PROMPT_SINGLE 0x1 +#define PROMPT_NUMERIC 0x2 int prompt_flags; struct mode_key_data prompt_mdata; @@ -1920,7 +1921,7 @@ int (*)(void *, const char *), void (*)(void *), void *, int); void status_prompt_clear(struct client *); int status_prompt_redraw(struct client *); -void status_prompt_key(struct client *, key_code); +int status_prompt_key(struct client *, key_code); void status_prompt_update(struct client *, const char *, const char *); void status_prompt_load_history(void); void status_prompt_save_history(void);