diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-09-25 17:45:46 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-09-25 17:45:46 +0000 |
commit | b5d23ef38b6fb3483caeead4baf1f0c34aa1292c (patch) | |
tree | 75de24188253787fa35105f0da6a9eaa63c55f41 /tmux.h | |
parent | c190a65c69a67d479792cfe001a51b1b9721dadc (diff) | |
download | rtmux-b5d23ef38b6fb3483caeead4baf1f0c34aa1292c.tar.gz rtmux-b5d23ef38b6fb3483caeead4baf1f0c34aa1292c.tar.bz2 rtmux-b5d23ef38b6fb3483caeead4baf1f0c34aa1292c.zip |
Sync OpenBSD patchset 351:
Remove PROMPT_HIDDEN code which is now unused.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.454 2009-09-23 15:18:56 tcunha Exp $ */ +/* $Id: tmux.h,v 1.455 2009-09-25 17:45:46 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -956,8 +956,7 @@ struct client { void (*prompt_freefn)(void *); void *prompt_data; -#define PROMPT_HIDDEN 0x1 -#define PROMPT_SINGLE 0x2 +#define PROMPT_SINGLE 0x1 int prompt_flags; u_int prompt_hindex; |