* graf.c: Removed need to press return after resizing the plot

window.
This commit is contained in:
arno 2000-10-10 12:20:57 +00:00
parent 06fa9efbc2
commit f237c66aee
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,9 @@
2000-10-10 Arno W. Peters <A.W.Peters@ieee.org>
* graf.c: Removed need to press return after resizing the plot
window.
2000-05-22 Paolo Nenzi <p.nenzi@ieee.org>
* x11.c: Applied Widlok patch and reintrodced some #ifdef notdef
code.
* x11.c: Applied Widlok patch and reintroduced some #ifdef notdef
code.

View File

@ -479,7 +479,6 @@ gr_pmsg(char *text)
fprintf(cp_err, " %s \n", text);
Update();
(void) getchar();
return;
}