Re: [BRLTTY] Adding a dot display to tt driver

2016-09-20 Thread Christoph-Simon Senjak
On 20.09.2016 14:11, Dave Mielke wrote: [quoted lines by Christoph-Simon Senjak on 2016/09/20 at 13:47 +0200] I am using a terminal emulator. Do you mean that input (withotu curses) doesn't work at all, or that special keys (e.g. the arrow keys) don't work but that typing characters (e.g

Re: [BRLTTY] Adding a dot display to tt driver

2016-09-20 Thread Christoph-Simon Senjak
-noflsh -xcase -tostop -echoprt echoctl echoke -flusho -extproc On 18.09.2016 20:31, Dave Mielke wrote: [quoted lines by Christoph-Simon Senjak on 2016/09/18 at 18:37 +0200] It appears to work now in both configurations. That patch is now committed to the repository. Without ncurses

Re: [BRLTTY] Adding a dot display to tt driver

2016-09-18 Thread Christoph-Simon Senjak
Hi. Thank you. It appears to work now in both configurations. Without ncurses, it does not react on keyboard inputs, but neither does the original code which had no dots. Best Regards, Christoph-Simon Senjak On 18.09.2016 14:47, Dave Mielke wrote: [quoted lines by Christoph-Simon Senjak

Re: [BRLTTY] Adding a dot display to tt driver

2016-09-18 Thread Christoph-Simon Senjak
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, Christ

Re: [BRLTTY] Adding a dot display to tt driver

2016-09-17 Thread Christoph-Simon Senjak
Hi. Thank you. It appears to work. Will you add this patch to the git repo? Best Regards Christoph-Simon Senjak On 17.09.2016 23:21, Dave Mielke wrote: [quoted lines by Christoph-Simon Senjak on 2016/09/17 at 21:54 +0200] I wrote the following proof-of-concept patch for the driver. It just

[BRLTTY] Adding a dot display to tt driver

2016-09-17 Thread Christoph-Simon Senjak
Hi. I was wondering whether it was possible to add a dot display to the tt driver. I am aware of the XW driver, but it has more library dependencies, and in many distributions, you have to configure it to use an utf8-aware font. However, most terminal emulators have support for utf-8. I

Re: [BRLTTY] Cannot build brltty with xw

2016-09-17 Thread Christoph-Simon Senjak
Hello. I forgot to add pkgconfig to the shell. Thank you. Works now. CSS On 17.09.2016 17:00, Samuel Thibault wrote: Hello, Christoph-Simon Senjak, on Sat 17 Sep 2016 16:55:14 +0200, wrote: I found http://brltty.mielke.narkive.com/QQX4ZLT3/testing-brltty-with-out-a-refreshable-display