mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +00:00
Make save_scroll() static.
[originally from svn r2766]
This commit is contained in:
parent
f26b7aa0d3
commit
21275897d2
@ -804,7 +804,7 @@ static void scroll(Terminal *term, int topline, int botline, int lines, int sb)
|
||||
* If the scroll is on the same area as the last scroll in the list,
|
||||
* merge them.
|
||||
*/
|
||||
void save_scroll(Terminal *term, int topline, int botline, int lines)
|
||||
static void save_scroll(Terminal *term, int topline, int botline, int lines)
|
||||
{
|
||||
struct scrollregion *newscroll;
|
||||
if (term->scrolltail &&
|
||||
|
Loading…
Reference in New Issue
Block a user