Re: [dev] [st] Rendering only half of emoji in curses-based program

2025-04-26 Thread Andrej Nabergoj
ich capability was responsible for this behavior. If I add if clause to do nothing if it is dummy char in tinsertblank() function everything I tested works same as in other terminals. if (!(term.line[term.c.y][term.c.x].mode & ATTR_WDUMMY)) { memmove(&line[dst], &line[src], size * sizeof(Glyp

[dev] Re: [tabbed] utf8 characters not displayed in tabs

2025-04-26 Thread Seb
I am using xterm under tabbed (v.0.6) and some of the polish characters which are in the directory name are not displayed in the tabs and the rest of the name is truncated, for instance: /home/seb/żółty is truncated to /home/seb/żó when I set the Xresource : *XTerm*utf8Title: True then t