mlterm
mlterm copied to clipboard
It looks mlterm built without imagelib complains on trying to print emojis: ``` mlimgloader 0 0 0 [file path] stdout (-a) -a: ignored. ``` Maybe `ui_load_inline_picture()` in `uitoolkit/ui_picture.c` calls `ui_imagelib_load_file()`...
Using https://github.com/vmactions/netbsd-vm with possible most options. (cairo, canna, fribidi, gdk-pixbuf2, gtk3, fcitx, ibus m17nlib, harfbuzz, scim, uim, freewmm, Xft, sdl2, libssh, vte)
I'm not sure what version this started happening, but whenever you are inserting an extended Unicode character, it appears in a gigantic size compared to the text around it See...
Hello, updating autotools for mlterm does not work out of the box, the minimal working way I found was ```sh env AUTOMAKE=true AUTOHEADER=true \ autom4te_buildauxdir=/usr/share/libtool/build-aux/ \ autoreconf -f -i ....
May want to ensure compatible pointer types are used.
The letters here aren't properly rendered  Only after inserting a new line they get fixed  This issue doesn't happen when typing directly into the terminal  
Occasionally, sometimes frequently mlterm will lock up when I spawn a terminal with `mlclient` (using xft type engine). `xft_font_open`, ui_font_ft.c:357 returns xerror and mlterm gets stuck in `error_handler`. The following...
Hello, I have authored an automatic compliance testing tool for terminals, [ucs-detect](https://ucs-detect.readthedocs.io/index.html), and I have [published results](https://ucs-detect.readthedocs.io/results.html) of mlterm and other terminals. In the results you can see that mlterm...
transparent area of sixels is always white (the background color). setting the header to P0;1;0q fixes rendering in Foot terminal, but not MLTerm. https://codeberg.org/dnkl/foot/issues/391 The test sixel below works in...
Originally reported downstream in Gentoo at https://bugs.gentoo.org/870565 when building 3.9.2. Clang 16 makes `-Wincompatible-function-pointer-types` fatal. I had the following errors when building mlterm: ``` bl_conf.c:146:3: warning: comparison of distinct pointer...