This commit is contained in:
chombier 2001-07-02 14:26:17 +00:00
parent 842c6d84a1
commit cb5c28e513
2 changed files with 4 additions and 4 deletions

View File

@ -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 */

View File

@ -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 */