Hello.

Ok, I found a problem: I compiled it without ncurses support originally (because you have to give ncurses as explicit dependency in your nix-shell) and it worked.

With ncurses support, only the dot display is shown, and I think I have located the problem: [1] says that Newline does a clrtoeol, which deletes the current line. So addstr("\r\n") will set the cursor to the beginning of the current line and then delete it. Replacing it with just "\n" will make it work for me, but I am not sure how that will be when no ncurses is available.

Regards,
Christoph-Simon Senjak

[1]:http://invisible-island.net/ncurses/man/curs_addch.3x.html

On 18.09.2016 01:27, Dave Mielke wrote:
[quoted lines by Christoph-Simon Senjak on 2016/09/18 at 00:57 +0200]

It appears to work.

Thanks for testing it.

Will you add this patch to the git repo?

Done.

_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@mielke.cc
For general information, go to: http://mielke.cc/mailman/listinfo/brltty

Reply via email to