p2pvc icon indicating copy to clipboard operation
p2pvc copied to clipboard

Braille option to better rendering.

Open emgram769 opened this issue 11 years ago • 6 comments

emgram769 avatar Feb 10 '15 22:02 emgram769

guess I can't assign two people...

emgram769 avatar Feb 11 '15 04:02 emgram769

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.

jirutka avatar Feb 11 '15 11:02 jirutka

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

emgram769 avatar Feb 11 '15 15:02 emgram769

Unfortunately, braille mode in the current master doesn’t work either.

jirutka avatar Feb 11 '15 15:02 jirutka

@emgram769 same issue as @jirutka, also it makes scroll act as up and down keys.

Haroenv avatar Feb 11 '15 17:02 Haroenv

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

jirutka avatar Feb 14 '15 19:02 jirutka