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

This commit is contained in:
nick black 2020-07-29 08:23:49 -04:00
commit 620ae34c02
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

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