mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-27 07:42:09 -05:00
added term_copy and term_paste
[originally from svn r110]
This commit is contained in:
parent
b3a06b30ae
commit
fc69aeef23
2
putty.h
2
putty.h
@ -244,6 +244,8 @@ void term_scroll (int, int);
|
|||||||
void term_pwron (void);
|
void term_pwron (void);
|
||||||
void term_clrsb (void);
|
void term_clrsb (void);
|
||||||
void term_mouse (Mouse_Button, Mouse_Action, int, int);
|
void term_mouse (Mouse_Button, Mouse_Action, int, int);
|
||||||
|
void term_copy(void);
|
||||||
|
void term_paste(void);
|
||||||
void term_deselect (void);
|
void term_deselect (void);
|
||||||
void term_update (void);
|
void term_update (void);
|
||||||
void term_invalidate(void);
|
void term_invalidate(void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user