You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/src
Nick Black 50ce76bad8
Add kernel unicode-to-font mappings dynamically for line-drawing characters (#794)
Part 1 of a two-part revolution in Linux console graphics. Map all the line-drawing Unicode characters to similar glyphs. This means all our nice corners freely translate into rigid corners etc in the console, rather than hateful default characters (usually black diamonds). The demo and all widgets now look correct when drawing lines and boxes. Next, we'll add the actual glyphs for the block-drawing characters, and we'll have the finest graphics ever seen on a text-mode Linux console. #201
4 years ago
..
demo split direct into its own header 4 years ago
fetch ncneofetch: check for swapped cursor coordinates #765 4 years ago
input input: extract most of main() into input_demo() 4 years ago
lib Add kernel unicode-to-font mappings dynamically for line-drawing characters (#794) 4 years ago
libcpp Tons of work on ncreel (#776) 4 years ago
ncreel Tons of work on ncreel (#776) 4 years ago
poc fileroller/procroller: check widget destructor for error #793 4 years ago
pydemo get pydemo working again #459 4 years ago
tetris Add kernel unicode-to-font mappings dynamically for line-drawing characters (#794) 4 years ago
view view: plug small memory leak 4 years ago