diff options
author | 2021-01-08 10:09:44 +0000 | |
---|---|---|
committer | 2021-01-08 10:09:44 +0000 | |
commit | 96bdc2778f413a7a1b8b25cc47298eff58ca27e5 (patch) | |
tree | dcafc39b58417cc82eaca26ffd2d9cd55d61abc3 /usr.bin/tmux/tmux.h | |
parent | Revert "Implement select(2) and pselect(2) on top of kqueue." (diff) | |
download | wireguard-openbsd-96bdc2778f413a7a1b8b25cc47298eff58ca27e5.tar.xz wireguard-openbsd-96bdc2778f413a7a1b8b25cc47298eff58ca27e5.zip |
Missed from last commit.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r-- | usr.bin/tmux/tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index 679dbe6f531..0d220a5ebc9 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -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 <nicholas.marriott@gmail.com> @@ -1693,6 +1693,7 @@ struct client { 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; |