Merge branch 'master' of github.com:dankamongmen/notcurses into master

pull/837/head
nick black 4 years ago
commit 620ae34c02
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -3537,7 +3537,7 @@ makegroup(struct ncplane* title, int y, const char* emoji, const char* name){
} }
emoji += bytes; emoji += bytes;
x += w; x += w;
if(x >= planewidth - 2){ if(x >= planewidth - 10){ // leave some wiggle room for wcwdith() problems
++y; ++y;
x = 1; x = 1;
} }

Loading…
Cancel
Save