mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
add link to 'Text Rendering Hates You'
This commit is contained in:
parent
6708780e60
commit
d6ef7ccacd
@ -437,6 +437,7 @@ If things break or seem otherwise lackluster, **please** consult the
|
||||
* [UTF-8 Decoder Capability and Stress Test](https://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt)
|
||||
* [Emoji: how do you get from U+1F355 to 🍕?](https://meowni.ca/posts/emoji-emoji-emoji/)
|
||||
* [Glyph Hell: An introduction to glyphs, as used and defined in the FreeType engine](http://chanae.walon.org/pub/ttf/ttf_glyphs.htm)
|
||||
* [Text Rendering Hates You](https://gankra.github.io/blah/text-hates-you/)
|
||||
* My wiki's [Sixel page](https://nick-black.com/dankwiki/index.php?title=Sixel) and Kitty's [extensions](https://sw.kovidgoyal.net/kitty/protocol-extensions.html).
|
||||
|
||||
### Useful man pages
|
||||
|
@ -441,7 +441,8 @@ enqueue_cursor_report(ncinputlayer* nc, const ncinput* ni){
|
||||
}
|
||||
|
||||
static char32_t
|
||||
handle_queued_input(ncinputlayer* nc, ncinput* ni, int leftmargin, int topmargin){
|
||||
handle_queued_input(ncinputlayer* nc, ncinput* ni,
|
||||
int leftmargin, int topmargin){
|
||||
ncinput nireal;
|
||||
if(ni == NULL){
|
||||
ni = &nireal;
|
||||
|
Loading…
x
Reference in New Issue
Block a user