diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-03-07 20:41:28 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-03-07 20:41:28 +0000 |
commit | c09bc985d772a6d148187193e5ff31687e27e872 (patch) | |
tree | 68abbdba6390bb334b1783fb9ca0f3f973cc11a2 /app/xterm/data.c | |
parent | d059bb98cf4aca64c2ef777f96a3de375325132d (diff) |
Update to xterm version 269.
Tested and ok ajacoutot@, jasper@, krw@, shadchin@
Diffstat (limited to 'app/xterm/data.c')
-rw-r--r-- | app/xterm/data.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/xterm/data.c b/app/xterm/data.c index 7840f8baa..bbccd5a40 100644 --- a/app/xterm/data.c +++ b/app/xterm/data.c @@ -1,7 +1,7 @@ -/* $XTermId: data.c,v 1.91 2009/10/12 00:33:20 tom Exp $ */ +/* $XTermId: data.c,v 1.92 2011/02/13 19:59:23 tom Exp $ */ /* - * Copyright 2002-2006,2007 by Thomas E. Dickey + * Copyright 2002-2009,2011 by Thomas E. Dickey * * All Rights Reserved * @@ -90,7 +90,6 @@ int debug = 0; /* true causes error messages to be displayed */ XtAppContext app_con; XtermWidget term; /* master data structure for client */ -char *xterm_name; /* argv[0] */ int hold_screen; SIG_ATOMIC_T need_cleanup = False; |