X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mac%2Fmacterm.c;h=5831cd26ff6ca646f66f22b5485f6aab67d82e0f;hb=812870d1b304d8f22633614f59c6690c05fcc029;hp=46c30f660449c24ba1a9c6025ffb895c9e4c60d7;hpb=089775eb0294ff6e2a2a3725bee63cd846d592ab;p=PuTTY.git diff --git a/mac/macterm.c b/mac/macterm.c index 46c30f66..5831cd26 100644 --- a/mac/macterm.c +++ b/mac/macterm.c @@ -1,4 +1,4 @@ -/* $Id: macterm.c,v 1.78 2004/10/14 16:42:43 simon Exp $ */ +/* $Id$ */ /* * Copyright (c) 1999 Simon Tatham * Copyright (c) 1999, 2002 Ben Harris @@ -314,7 +314,6 @@ void mac_pollterm(void) Session *s; for (s = sesslist; s != NULL; s = s->next) { - term_out(s->term); term_update(s->term); } }