From cb5c28e513d164c5ac7977a7ee05d33f0132f56c Mon Sep 17 00:00:00 2001 From: chombier <> Date: Mon, 2 Jul 2001 14:26:17 +0000 Subject: [PATCH] cleanup --- macssh/source/Screens/vsdata.h | 6 ++++-- macssh/source/parse/vsem.c | 2 -- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/macssh/source/Screens/vsdata.h b/macssh/source/Screens/vsdata.h index 05cee48..d190565 100755 --- a/macssh/source/Screens/vsdata.h +++ b/macssh/source/Screens/vsdata.h @@ -75,9 +75,11 @@ struct VSscrn { linest; /* pointer to array of screen text lines */ VSattrlineArray attrst; // RAB BetterTelnet 1.2.1 - added this again, too - short lines, /* How many lines are in the screen arrays */ + short + lines, /* How many lines are in the screen arrays */ maxlines, /* maximum number of lines to save off top */ - numlines, /* number of lines currently saved off top */ + numlines; /* number of lines currently saved off top */ + short allwidth, /* allocated width of screen lines */ maxwidth, /* current screen width setting (<= allwidth) */ savelines, /* save lines off top? 0=no */ diff --git a/macssh/source/parse/vsem.c b/macssh/source/parse/vsem.c index 43c9eb9..83e66ce 100755 --- a/macssh/source/parse/vsem.c +++ b/macssh/source/parse/vsem.c @@ -388,8 +388,6 @@ enum { /* LU - that is the end of the new routines needed for printer redirection */ /* LU - now we just patch up VSem() to use this code, and were done! */ -unsigned char vsoutbuf[512]; - void VSem ( unsigned char *c, /* pointer to character string */