Hi

Dave Mielke <[email protected]> writes:
 > When prompt patterns are being used, should it match the whole line? That can
 > be done.

Yes, I think so. Many shell prompts contain space by default. Then there are
programs like ipython, which has the following kind of prompt:

In [n]:

whre n is the input line number. Defining "^In" as a prompt pattern causes a
lot of things which are not prompts to match it.

 > This has now been fixed. This fix makes the previous issue - matching prompt
 > patterns against the whole line - easy to do.

Great! Thank you very much. I'll check it out.

BTW, I think I found memory leaks from the regex handling/prompt matching
code, but I'm not entirely sure, because I don't know anything about BRLTTY's
memory management. Should I report what I found?

-- 
Aura
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: [email protected]
For general information, go to: http://brltty.app/mailman/listinfo/brltty

Reply via email to