mirror of https://github.com/macssh/macssh.git
cleanup
This commit is contained in:
parent
842c6d84a1
commit
cb5c28e513
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue