--- /dev/null
+1.4
+ - fix stupid segfault on esc-c.
+
+1.3
+1.2
+1.1
+1.0
+The changes for rxvt-unicode are summarized in the file ../Changes.
+
2.7.10 to 2.7.11
\-----------------------------------
/*--------------------------------*-C-*---------------------------------*
* File: main.c
*----------------------------------------------------------------------*
- * $Id: main.C,v 1.19 2003-12-24 09:22:29 pcg Exp $
+ * $Id: main.C,v 1.20 2004-01-16 16:34:56 pcg Exp $
*
* All portions of code are copyright by their respective author/s.
* Copyright (c) 1992 John Bovey, University of Kent at Canterbury <jdb@ukc.ac.uk>
void
rxvt_term::tt_winch ()
{
- struct winsize ws;
+ struct winsize ws;
if (cmd_fd < 0)
return;
/*--------------------------------*-C-*--------------------------------------*
* File: screen.c
*---------------------------------------------------------------------------*
- * $Id: screen.C,v 1.14 2003-12-26 07:42:23 pcg Exp $
+ * $Id: screen.C,v 1.15 2004-01-16 16:34:56 pcg Exp $
*
* Copyright (c) 1997-2001 Geoff Wing <gcw@pobox.com>
*
}
#endif
- delete talloc;
- delete ralloc;
+ delete talloc; talloc = 0;
+ delete ralloc; ralloc = 0;
free (screen.text);
free (screen.tlen);