mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-18 11:31:00 -05:00
Expose lineptr and unlineptr outside terminal.c.
This will allow test programs to look more easily at the terminal's data structures.
This commit is contained in:
@ -613,4 +613,7 @@ enum {
|
||||
#undef DEFINE_FLAG_BIT
|
||||
};
|
||||
|
||||
termline *term_get_line(Terminal *term, int y);
|
||||
void term_release_line(termline *line);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user