summaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-09-29 18:07:18 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-09-29 18:07:18 +0000
commit3d6c324405660fbfcbd255d78c89bf250723beb7 (patch)
treef5c313a8e8b95fb8d3f1a50705ad63f7087516ef /screen.c
parente6424bcce9ac217c5478790fb3355b5738c4b4e8 (diff)
Spc fix.
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/screen.c b/screen.c
index 5a1b00dc..10f08641 100644
--- a/screen.c
+++ b/screen.c
@@ -1,4 +1,4 @@
-/* $Id: screen.c,v 1.13 2007-09-29 10:57:39 nicm Exp $ */
+/* $Id: screen.c,v 1.14 2007-09-29 18:07:18 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -183,7 +183,6 @@ screen_draw(struct screen *s, struct buffer *b, u_int uy, u_int ly)
input_store_two(b, CODE_CURSORMOVE, j + 1, 1);
for (i = 0; i <= screen_last_x(s); i++) {
-
size = BUFFER_USED(b);
input_store_one(b, CODE_ATTRIBUTES, 0);