[1019] in Moira Commits
moira commit: 'moira/clients/moira cluster.c'
daemon@ATHENA.MIT.EDU (zacheiss@MIT.EDU)
Wed May 9 17:27:51 2001
From: zacheiss@MIT.EDU
Date: Wed, 9 May 2001 17:27:47 -0400
Message-Id: <200105092127.RAA01251@riff-raff.mit.edu>
To: moira-commits@MIT.EDU
Update of /afs/athena.mit.edu/astaff/project/moiradev/repository/moira/clients/moira
In directory riff-raff.mit.edu:/afs/dev.mit.edu/user/zacheiss/moira/other/clients/moira
Modified Files:
cluster.c
Log Message:
Fixes moira[1791], where extended output from a get_host query would
scroll off the top of the display window.
The reason for this is that the code for determining the number of lines
remaining counts "\nfoo" as one line, even though it will take up two on
your display.
Fix: Use Put_message("") instead of \n for a blank line.