]> andersk Git - moira.git/commit
Fixes moira[1791], where extended output from a get_host query would
authorzacheiss <zacheiss>
Wed, 9 May 2001 21:27:36 +0000 (21:27 +0000)
committerzacheiss <zacheiss>
Wed, 9 May 2001 21:27:36 +0000 (21:27 +0000)
commit8595ce23037f0faf39e91942fb5728371553bd44
treeea1f2cf1f22d58673e43679ca2c662a214b67357
parentf75f605a6e52ff5a51b5ff259002e7c655b6d2d4
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.
clients/moira/cluster.c
This page took 0.041005 seconds and 5 git commands to generate.