mlterm icon indicating copy to clipboard operation
mlterm copied to clipboard

Results 60 mlterm issues
Sort by recently updated
recently updated
newest added

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 ....

The letters here aren't properly rendered ![image](https://user-images.githubusercontent.com/97809837/197248416-2cafba12-4ba2-4614-a518-4fb3bd9667a9.png) Only after inserting a new line they get fixed ![image](https://user-images.githubusercontent.com/97809837/197248470-2d8a03ce-e020-4d2e-adbd-d32c29be1974.png) This issue doesn't happen when typing directly into the terminal ![image](https://user-images.githubusercontent.com/97809837/197248583-4af582eb-1255-4ec2-90e9-e2d40f4672b1.png) ![image](https://user-images.githubusercontent.com/97809837/197248612-3e021536-aef0-4aa3-8670-fa52b73f3fd4.png)

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...