mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-04 06:00:30 +00:00
Merge branch 'master' of github.com:dankamongmen/notcurses into master
This commit is contained in:
commit
620ae34c02
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user