Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: mlterm | Distribution: openSUSE Tumbleweed |
Version: 3.9.4 | Vendor: openSUSE |
Release: 1.1 | Build date: Wed Jun 11 14:06:08 2025 |
Group: System/X11/Terminals | Build host: reproducible |
Size: 1302516 | Source RPM: mlterm-3.9.4-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://mlterm.sourceforge.net/ | |
Summary: Multilingual Terminal Emulator for X and Wayland |
Mlterm is a multilingual terminal emulator for the X Window System and Wayland. Multilingual features: supported charsets: US_ASCII, ISO8859[1-11], ISO8859[13-16], TCVN5712, VISCII, KOI8_R, KOI8_U, JISX0201, JISX0208, JISX0212, JISX0213, GB2312, GBK, KSC5601, UHC, CNS11643-N, Big5, UCS2(4) supported encodings: ISO-8859-[1-11], ISO-8859- [13-16], TCVN5612, VISCII, KOI8_R, KOI8_U, EUC-JP, EUC-JISX0213, ISO-2022-JP [1, 2, 3], Shift_JIS, Shift_JISX0213, EUC-KR, UHC, JOHAB, ISO-2022-KR, ISO-2022-CN, GB2312(EUC-CN), GBK, GB18030, EUC-TW, Big5, Hz, UTF-8 character composition: TIS620, TCVN5712, JISX0213, UNICODE Multiple IMs are also supported and you can dynamically change various IMs. Other features: * scroll by wheel mouse * antialias font (requires Xft and Xrender extensions) * proportional font * transparent background * background image (requires Imlib) * multiple pty windows * scrollbar plug-in API (unstable)
BSD-3-Clause
* Wed Jun 11 2025 pgajdos@suse.com - remove %suse_update_desktop_file usage - modified sources % mlterm.desktop * Wed Jun 11 2025 pgajdos@suse.com - version update to 3.9.4 * Support Shift+Control+v and Shift+Control+c to copy&paste via clipboard by default. Drop -P/--clip/use_clipboard option. Add --chsel/change_selection_immediately option in anything except xlib and wayland. * Add COPY_CLIPBOARD shortcut key. * Pressing '?' in copy mode searches for a string backward. (https://github.com/arakiken/mlterm/issues/72) * Support wp-primary-selection protocol in wayland. * Support "exesel:" operation in ~/.mlterm/key in win32. * Support libvte compatible library in win32. (See gtk/README) * Support ConPTY in win32. * Support Alternate Scroll Mode. (https://github.com/arakiken/mlterm/issues/80) * Support P2=1 in sixel graphics. (https://github.com/arakiken/mlterm/issues/81) * Support libpng to build mlimgloader if gdk-pixbuf is not found. (https://github.com/arakiken/mlterm/issues/96) * Support Emoji variation selectors 15 and 16. (https://github.com/arakiken/mlterm/issues/84) * Add --conpty/use_conpty and --winsize/output_xtwinops_in_resizing options in win32. * Add --norepkey/mod_keys_to_stop_mouse_report option. * Add --clp/use_clipping option. (https://github.com/arakiken/mlterm/issues/132) * Add tool/accessories/applycfg.sh and applyfontcfg.sh (https://github.com/arakiken/mlterm/issues/71) * Add "de", "fr", "es", "pt" and "jp106" to available values for "kbd" input method argument. * Add vte 0.78 API symbols to libvte compatible library. * Change the default value of "xterm" entry in etc/termcap from "ut" to "kb=^H:ut". * Update unicode property table (generated from UnicodeData.txt and EastAsianWidth.txt) to version 15.1.0. * Lot of bugfixes. - modified patches % etc.patch (refreshed) - deleted patches - mlterm-gcc14-08ba985.patch (upstreamed) - mlterm-gcc14-20ab931.patch (upstreamed) - mlterm-gcc14-3d38b72.patch (upstreamed) - mlterm-gcc14-8aef4fa.patch (upstreamed) - mlterm-gcc14-f971955.patch (upstreamed) - added patches https://github.com/arakiken/mlterm/commit/da9db7673ab7f5a9111533f7db7db2720643b35f + mlterm-gcc15.patch * Sat Mar 15 2025 Marguerite Su <i@marguerite.su> - let scim and uim be conditional, which are factory drop candidates * Mon Aug 19 2024 pgajdos@suse.com - fix build with gcc14 [bsc#1223886] - added patches https://github.com/arakiken/mlterm/commit/08ba9859717ed27384675bd687a35f4504701f27 + mlterm-gcc14-08ba985.patch https://github.com/arakiken/mlterm/commit/20ab931d5055dc5835154a75ca672fade478549f + mlterm-gcc14-20ab931.patch https://github.com/arakiken/mlterm/commit/3d38b723e0e4a6dd434af2d49aca53890982a828 + mlterm-gcc14-3d38b72.patch https://github.com/arakiken/mlterm/commit/8aef4fae3add8e8acfafde831e0034f1b2879dea + mlterm-gcc14-8aef4fa.patch https://github.com/arakiken/mlterm/commit/f971955cf54a721e6a53191c3b86fbdab4bfbfd5 + mlterm-gcc14-f971955.patch - do not build with -fpermissive anymore * Fri May 03 2024 Michal Suchanek <msuchanek@suse.com> - Build with -fpermissive to make buildable with gcc14 (boo#1223886) * Fri Apr 19 2024 pgajdos@suse.com - drop wnn subpackage (https://build.opensuse.org/request/show/1166015) (FreeWnn seem to be no longer maintained) * Thu Jul 13 2023 Michal Suchanek <msuchanek@suse.com> - Disable wayland backend on 15.4 - fails to build. * Fri Jun 23 2023 pgajdos@suse.com - version update to 3.9.3 * mlterm-wl supports xdg-decoration. * Add --disable-compact-truecolor option to ./configure script. * Add vte 0.68 API symbols to libvte compatible library. * Add libvterm 0.2 API symbols to libvterm compatible library. * Add --sdpr / simple_scrollbar_dpr option. (https://github.com/arakiken/mlterm/issues/64) * Set "COLORTERM=truecolor" environmental variable. (https://github.com/arakiken/mlterm/issues/36) * Update unicode property table (generated from UnicodeData.txt and EastAsianWidth.txt) to version 15.0.0. * Support mosh-1.4.0. - deleted patches - CVE-2022-24130-c_sixel.c-Fix-segmentation-fault-when-the-repeat-cou.patch (upstreamed) - mlfc-Fix-crash-with-more-than-1024-font-faces-installed.patch (upstreamed) - mlterm-Fix-buffer-overflow-with-long-plugin-suffix.patch (upstreamed) - mlterm-SDL2-UI-also-needs-math-libs.patch (upstreamed) - mlterm-wayland-Detect-compiler-flags.patch (upstreamed) * Fri Feb 24 2023 Michal Suchanek <msuchanek@suse.com> - Build Wayland and SDL backends. - Enable fcitx support - Fix some crashes + CVE-2022-24130-c_sixel.c-Fix-segmentation-fault-when-the-repeat-cou.patch + mlterm-Fix-buffer-overflow-with-long-plugin-suffix.patch + mlfc-Fix-crash-with-more-than-1024-font-faces-installed.patch - Fix some build problems + mlterm-SDL2-UI-also-needs-math-libs.patch + mlterm-wayland-Detect-compiler-flags.patch * Mon Aug 08 2022 Dominique Leuenberger <dimstar@opensuse.org> - Drop canna support: canna has not been maintained for a long time and sec issues are not being addressed (bsc#1199280). * Mon May 30 2022 pgajdos@suse.com - version update to 3.9.2 * Support Fcitx5. * Support GTK4 for mlconfig. (./configure --with-gtk=4.0) * Support CSI > Ps q (XTVERSION). (Response: DCS>|mlterm(3.9.2)ST) * Add "MOSH_UDP_PORT" environmental variable to specify UDP port or port-range to communicate with a mosh server. * Add INSERT_CLIPBOARD shortcut key. (https://github.com/arakiken/mlterm/issues/19) * Add --fk / format_other_keys option (equivalent to "formatOtherKeys" of xterm), and change the default format of the escape sequence with modifyOtherKeys from CSI Ps; Ps u to CSI 27; Ps; Ps ~. * Add --with-iconv, --disable-daemon, --disable-split and --disable-zmodem options to ./configure script. * Add vte 0.66 API symbols to libvte compatible library. * Show server list dialog at startup on Android. * It is deprecated to use "mlterm" as the value of termtype / -y option. * 'termcap' config file stops to accept multiple terminal types concated by '|' (e.g. xterm|xterm-256) as key. * Arabic ligatures (U+644-U+622, U+644-U+622, U+644-U+625, U+644-U+627) occupy two logical columns instead of one even if --dyncomb option isn't specified. * KBD_INPUT_NUM and MOUSE_INPUT_NUM environmental variables (for mlterm-fb) accept multiple device numbers by "<num>,<num>". * Show "Config: key=value" only if shortcut keys whose format is "proto:(echo)key=value" is pressed. * Merge patches: https://github.com/arakiken/mlterm/pull/5. https://github.com/arakiken/mlterm/pull/9. https://github.com/arakiken/mlterm/pull/12. https://github.com/arakiken/mlterm/pull/22. * Bug fixes: Fix https://github.com/arakiken/mlterm/issues/15. Fix https://github.com/arakiken/mlterm/issues/18. Fix https://github.com/arakiken/mlterm/issues/24. Fix https://github.com/arakiken/mlterm/issues/28. Fix failure of restarting mlterm on Android. (Enbugged at 3.9.1) Fix segfault if mlterm screen with -t option goes outside of the display. Fix emoji glyphs becoming too large with cairo. Fix corrupt value of "word_separator" option which mlconfig outputs. Fix incompatibility with xterm in pressing Shift + a-z keys etc if modifyOtherKeys is 1. (https://github.com/arakiken/mlterm/issues/21) Fix segfault in opening a new roxterm tab with libvte compatible library on wayland. - modified patches % etc.patch (refreshed)
/etc/X11/mlterm /etc/X11/mlterm/aafont /etc/X11/mlterm/color /etc/X11/mlterm/font /etc/X11/mlterm/font-fb /etc/X11/mlterm/key /etc/X11/mlterm/main /etc/X11/mlterm/menu /etc/X11/mlterm/menu-simple /etc/X11/mlterm/taafont /etc/X11/mlterm/termcap /etc/X11/mlterm/tfont /etc/X11/mlterm/vaafont /etc/X11/mlterm/vfont /etc/X11/mlterm/xim /usr/bin/mlterm /usr/bin/mlterm-wl /usr/bin/mlterm-zoom /usr/lib/mlterm/libathena.so /usr/lib/mlterm/libim-kbd-wl.so /usr/lib/mlterm/libim-kbd.so /usr/lib/mlterm/libim-skk-wl.so /usr/lib/mlterm/libim-skk.so /usr/lib/mlterm/libmotif.so /usr/lib/mlterm/libmozmodern.so /usr/lib/mlterm/libnext.so /usr/lib/mlterm/libpixmap_engine.so /usr/lib/mlterm/libsample.so /usr/lib/mlterm/libtype_cairo.so /usr/lib/mlterm/mlterm /usr/lib/mlterm/mlterm/mlconfig /usr/lib/mlterm/mlterm/mlimgloader /usr/lib/mlterm/mlterm/mlmenu /usr/share/applications/mlterm.desktop /usr/share/man/man1/mlterm-wl.1.gz /usr/share/man/man1/mlterm.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Jun 19 23:38:10 2025