X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e5708bc76a893af69cd1bfac5e213aa61559f1e7..e6717a9898d1a139988d70e6fa5d19dbf8b8bba2:/terminal.h diff --git a/terminal.h b/terminal.h index 606d7939..c98a746d 100644 --- a/terminal.h +++ b/terminal.h @@ -79,8 +79,9 @@ 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 */ + int tempsblines; /* number of lines of .scrollback that + can be retrieved onto the terminal + ("temporary scrollback") */ termline **disptext; /* buffer of text on real screen */ int dispcursx, dispcursy; /* location of cursor on real screen */