X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/ec3f19be6a97c2f4e76f9d7749209a4581e39c93..4683b9b61410e3cb14e944f68e238b147c67f907:/terminal.h diff --git a/terminal.h b/terminal.h index d969ecc9..fe8263c8 100644 --- a/terminal.h +++ b/terminal.h @@ -37,6 +37,8 @@ struct terminal_tag { tree234 *screen; /* lines on primary screen */ tree234 *alt_screen; /* lines on alternate screen */ int disptop; /* distance scrolled back (0 or -ve) */ + int tempsblines; /* number of lines in temporary + scrollback */ unsigned long *cpos; /* cursor position (convenience) */