=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1082 retrieving revision 1.1083 diff -u -r1.1082 -r1.1083 --- src/usr.bin/tmux/tmux.h 2020/12/22 09:22:14 1.1082 +++ src/usr.bin/tmux/tmux.h 2021/01/08 10:09:44 1.1083 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.1082 2020/12/22 09:22:14 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.1083 2021/01/08 10:09:44 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1693,6 +1693,7 @@ char *prompt_string; struct utf8_data *prompt_buffer; + char *prompt_last; size_t prompt_index; prompt_input_cb prompt_inputcb; prompt_free_cb prompt_freecb;