diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-08-27 08:15:39 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-08-27 08:15:39 +0000 |
commit | 98642e907a2a8d7af1451bede5953e72aa8a0b2e (patch) | |
tree | 233fa955c1883bca708d73aeeb018d2212429e15 /screen.c | |
parent | 272ad1ed6c18aad0a22ab2b18904610774256737 (diff) | |
download | rtmux-98642e907a2a8d7af1451bede5953e72aa8a0b2e.tar.gz rtmux-98642e907a2a8d7af1451bede5953e72aa8a0b2e.tar.bz2 rtmux-98642e907a2a8d7af1451bede5953e72aa8a0b2e.zip |
+.
Diffstat (limited to 'screen.c')
-rw-r--r-- | screen.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 <nicm@users.sourceforge.net> @@ -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); |