1
0
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:
Jacob Nevins
2006-02-19 14:59:48 +00:00
parent 54741e1271
commit dd73d2a836
4 changed files with 25 additions and 10 deletions

View File

@ -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);