Braille option to better rendering.
guess I can't assign two people...
The branch braille currently doesn’t work on OS X. It compiles fine, but:
$ p2pvc git:(braille) ./p2pvc 127.0.0.1 -v
[1] 70259 abort ./p2pvc 127.0.0.1 -v
And it somehow disables a cursor.
Braille should now be on the master branch (use a -B flag), is it still broken? I'd imagine OS X is having some trouble with the unicode
Unfortunately, braille mode in the current master doesn’t work either.
@emgram769 same issue as @jirutka, also it makes scroll act as up and down keys.
There’s the output from dtruss (OS X equivalent of strace), I hope it helps: http://haste.fit.cvut.cz/raw/siretuvafu.
sudo dtruss -c -e ./p2pvc 127.0.0.1 -v -B 2> dtruss.log