Melanchthon2005-01-02 11:43:23
I added an #ECHO to the end of my prompt to help me track afflictions...the trouble is that each time it fires, I get a blank line beneath the prompt which is annoying me to no end, since things scroll by twice as fast with it. Any way to get rid of that?
Drago2005-01-02 11:48:52
I used #SUB like.. so
#SUB -$ {#sub {- End of the Line}}
It'll sometimes get set off for things that aren't the prompt, but generally its nothing too drastic unless you're prone to spamming cwho/gwho..
Also, do you have that extra line on the prompt you can add? Because that would add in a blank line under the prompt.
#SUB -$ {#sub {- End of the Line}}
It'll sometimes get set off for things that aren't the prompt, but generally its nothing too drastic unless you're prone to spamming cwho/gwho..
Also, do you have that extra line on the prompt you can add? Because that would add in a blank line under the prompt.
Melanchthon2005-01-02 12:00:21
No, no extra lines added...I'll try that #sub, thanks.
Melanchthon2005-01-02 12:14:52
That worked, thanks Drago!
Unknown2005-01-03 08:46:04
Instead of #ECHO for your initial trigger, use #SHOWP(ROMPT), and it should work fine and only show on prompts (if your trigger works fine), and it should be faster than #SUB, as it doesn't need to remove and replace text (i.e "-").