From 98642e907a2a8d7af1451bede5953e72aa8a0b2e Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 27 Aug 2007 08:15:39 +0000 Subject: [PATCH] +. --- screen.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/screen.c b/screen.c index 850ec334..08b0fb13 100644 --- a/screen.c +++ b/screen.c @@ -1,4 +1,4 @@ -/* $Id: screen.c,v 1.3 2007-07-25 23:13:18 nicm Exp $ */ +/* $Id: screen.c,v 1.4 2007-08-27 08:15:39 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -24,6 +24,8 @@ /* * Virtual screen and basic ANSI terminal emulator. + * + * XXX Most of this file sucks. There be memory corruption somewhere here. */ size_t screen_store_attributes(struct buffer *, u_char);