User interaction in colondump mode is undesirable (maybe, it is undesirable in _any_ mode except
top?) The latter question is to be evaluated by you, but anyway, obvious patch like this may be
useful:
RCS file: /home/marck/.CVS/contrib/ehnt/ehnt_client.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ehnt_client.c 2001/10/07 16:51:03 1.4
+++ ehnt_client.c 2001/10/27 17:44:13 1.5
@@ -89,7 +89,7 @@
if (FD_ISSET(sockfd,&read_fds)) {
ehnt_client_processmessage(sockfd,routeraddr,my_ehnt_struct);
}
- if (FD_ISSET(STDIN_FILENO,&read_fds)) {
+ if (e_cfg->mode != EM_COLONDUMP && FD_ISSET(STDIN_FILENO,&read_fds)) {
char key;
key=getkey();
switch (key) {
Logged In: YES
user_id=21630
fixed in CVS