mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Fix `restart-reset-terminal': terminal now restored to a sensible state when
reusing a window to restart a session. [originally from svn r6577] [this svn revision also touched putty-wishlist]
This commit is contained in:
2
putty.h
2
putty.h
@ -787,7 +787,7 @@ void term_free(Terminal *);
|
||||
void term_size(Terminal *, int, int, int);
|
||||
void term_paint(Terminal *, Context, int, int, int, int, int);
|
||||
void term_scroll(Terminal *, int, int);
|
||||
void term_pwron(Terminal *);
|
||||
void term_pwron(Terminal *, int);
|
||||
void term_clrsb(Terminal *);
|
||||
void term_mouse(Terminal *, Mouse_Button, Mouse_Button, Mouse_Action,
|
||||
int,int,int,int,int);
|
||||
|
Reference in New Issue
Block a user