Code

autodetect unicode, and fallback to ACS scancodes on failure
authorAntoine Beaupré <anarcat@koumbit.org>
Fri, 6 Dec 2013 04:35:00 +0000 (23:35 -0500)
committerAntoine Beaupré <anarcat@koumbit.org>
Fri, 6 Dec 2013 04:48:58 +0000 (23:48 -0500)
commitc286d66c1ac5fb899040437057b614856c99822d
treeeea3d918a9a7cbfdd5c6508f1c4839af8956f134
parent44e296d605a06a782f4520ace6cb67a2cbe85525
autodetect unicode, and fallback to ACS scancodes on failure

this is fairly ugly - we use a hidden ncurses function to detect
unicode (but at least we don't reimplement it), then we mess around
with the character arrays to display the rights symbols

i am not sure i like this, but i prefer to braindump than to stall, so
let's move forward.
src/oping.c