summaryrefslogtreecommitdiff
path: root/app/xterm/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/xterm/data.h')
-rw-r--r--app/xterm/data.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/xterm/data.h b/app/xterm/data.h
index 78ca72a1e..14e729a8e 100644
--- a/app/xterm/data.h
+++ b/app/xterm/data.h
@@ -1,7 +1,7 @@
-/* $XTermId: data.h,v 1.119 2011/07/12 08:37:24 tom Exp $ */
+/* $XTermId: data.h,v 1.120 2012/03/26 21:48:09 tom Exp $ */
/*
- * Copyright 2002-2009,2011 by Thomas E. Dickey
+ * Copyright 2002-2011,2012 by Thomas E. Dickey
*
* All Rights Reserved
*
@@ -192,6 +192,7 @@ typedef struct XTERM_RESOURCE {
Boolean useInsertMode;
#if OPT_ZICONBEEP
int zIconBeep; /* beep level when output while iconified */
+ char *zIconFormat; /* format for icon name */
#endif
#if OPT_PTY_HANDSHAKE
Boolean wait_for_map;