Every box command, when done, will have about 5 new lines after it in Terminal.
Weird, it does do that. I guess I had never really noticed since I always just enter the shell (from a direct link pinned to my task bar, do what I need, and exit (which closes the window).
Ok, I just found most of the line breaks-- looks like the <cfsilent> tag got removed from bootstrap.cfm at some point so all the whitespace in that file is being output. I put it back.
Now, as far as the remaining lines-- the shell puts a line break after the output of each command for readability. Commands sometimes also output additional line breaks at the end. Perhaps we can conditionally add the CR from the shell only if the command didn't add one. I kind of line at least one empty line just so the directory list, etc, isn't crammed up against the prompt for readability.
One empty line might be nice. I assume you don't need a screenshot now.
I got it down to two extra lines of white space, and honestly I'm not sure where they're coming from. Denny might have to check and see if there's anything being added inside the CLILoader Java class.
adding version info
adding version info