From 3d6c324405660fbfcbd255d78c89bf250723beb7 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 29 Sep 2007 18:07:18 +0000 Subject: [PATCH] Spc fix. --- screen.c | 3 +-- 1 file changed, 1 insertion(+), 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 @@ -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);