diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-06-07 20:20:25 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-06-07 20:20:25 +0000 |
commit | 6a69937862dae0dcad84f30dbe32767c5a3eb149 (patch) | |
tree | 53557e77ac2b3ab2cc0dd8939331aa8b7b27017d /app/xterm/data.h | |
parent | a64d53a3cd043209550978ba9e9b8d5c21725516 (diff) |
Update to xterm 279. Tested by krw@, mpi@, shadchin@.
Diffstat (limited to 'app/xterm/data.h')
-rw-r--r-- | app/xterm/data.h | 5 |
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; |