1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-26 07:12:10 -05:00

added term_copy and term_paste

[originally from svn r110]
This commit is contained in:
Ben Harris 1999-03-15 22:27:36 +00:00
parent b3a06b30ae
commit fc69aeef23

View File

@ -244,6 +244,8 @@ void term_scroll (int, int);
void term_pwron (void);
void term_clrsb (void);
void term_mouse (Mouse_Button, Mouse_Action, int, int);
void term_copy(void);
void term_paste(void);
void term_deselect (void);
void term_update (void);
void term_invalidate(void);