Unknown2006-08-11 00:56:01
The newlines after the prompt come in only after I enter in a command - what's the best way to parse a whole block (i.e., the text between prompts), then? I don't want to parse the server output character by character, since that's inefficient, but if I do it line by line then I won't know when the block ends because the prompt doesn't have a newline after it. Is there a command to make the server give a newline after the prompt, or should I delineate by something else other than prompts?
Unknown2006-08-11 01:00:37
CONFIG PROMPT ADD LINEBREAK, I think. Or maybe those last two words switched around.
Unknown2006-08-11 01:02:52
QUOTE(Avaer @ Aug 11 2006, 01:00 AM) 317937
CONFIG PROMPT ADD LINEBREAK, I think. Or maybe those last two words switched around.
Dude, you're awesome.