add link to 'Text Rendering Hates You'

This commit is contained in:
nick black 2021-07-11 09:55:37 -04:00 committed by nick black
parent 6708780e60
commit d6ef7ccacd
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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;