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

Only engage a GTK idle function when absolutely necessary, otherwise

the whole app spins on it and takes up CPU all the time.

[originally from svn r2052]
This commit is contained in:
Simon Tatham
2002-10-14 23:32:00 +00:00
parent 7dff77fccf
commit 8bc305cafe
3 changed files with 25 additions and 8 deletions

View File

@ -484,6 +484,7 @@ void term_update(void);
void term_invalidate(void);
void term_blink(int set_cursor);
void term_do_paste(void);
int term_paste_pending(void);
void term_paste(void);
void term_nopaste(void);
int term_ldisc(int option);