diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-01-13 20:40:09 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-01-13 20:40:09 +0000 |
commit | d31a17621aaa7ccc5f79bb62e506feeb54bc3ff9 (patch) | |
tree | 3b1c7cc07e30d8c84f957d1a0da9f22f8ac3f670 /app/xterm/menu.h | |
parent | b5bf473857901f17f6b8694128be22464d8542fd (diff) |
Update to xterm 322. Tested by shadchin@ and jsg@. Thanks.
Diffstat (limited to 'app/xterm/menu.h')
-rw-r--r-- | app/xterm/menu.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/xterm/menu.h b/app/xterm/menu.h index e2194154c..0a10a389d 100644 --- a/app/xterm/menu.h +++ b/app/xterm/menu.h @@ -1,7 +1,7 @@ -/* $XTermId: menu.h,v 1.135 2014/09/04 00:17:55 tom Exp $ */ +/* $XTermId: menu.h,v 1.136 2015/12/30 09:53:02 tom Exp $ */ /* - * Copyright 1999-2013,2014 by Thomas E. Dickey + * Copyright 1999-2014,2015 by Thomas E. Dickey * * All Rights Reserved * @@ -104,6 +104,7 @@ extern void HandleFullscreen PROTO_XT_ACTIONS_ARGS; extern void HandleHardReset PROTO_XT_ACTIONS_ARGS; extern void HandleHpFunctionKeys PROTO_XT_ACTIONS_ARGS; extern void HandleJumpscroll PROTO_XT_ACTIONS_ARGS; +extern void HandleKeepClipboard PROTO_XT_ACTIONS_ARGS; extern void HandleKeepSelection PROTO_XT_ACTIONS_ARGS; extern void HandleLogging PROTO_XT_ACTIONS_ARGS; extern void HandleMarginBell PROTO_XT_ACTIONS_ARGS; @@ -450,6 +451,7 @@ extern void update_visualbell(void); extern void update_bellIsUrgent(void); extern void update_poponbell(void); +#define update_keepClipboard() /* nothing */ #define update_marginbell() /* nothing */ #if OPT_LOAD_VTFONTS |