Thanks. I fixed it. https://github.com/arakiken/mlterm/commit/dfca8d8c98f64dba5a7fede46cd3b3bbb1fc4633
mlterm-wl segfault on start
Fix spelling mistakes
Hi, Now I fixed the issue 1. https://github.com/arakiken/mlterm/archive/master.zip
Thanks. I fixed to at least make the script work correctly. I'd like you to test https://github.com/arakiken/mlterm/archive/master.zip But it is quite difficult to solve the problem 1 soon. Mlterm assumes that the data in the backlog doesn't need to be edited, thereby simplifies the implementation (bidi, opentype layout and so on). Major design change is necessary to rewap lines in the backlog. Regards,
Hi, thanks for your report. Mlterm now supports your request. Please try https://github.com/arakiken/mlterm/archive/master.zip (It is not completely compatible to rxvt-unicode, but I think it generally works fine.) If you find strange behavior, I would like you to send me a script to reproduce it. Sample script is http://mlterm.sf.net/mlterm-resize-test.sh Regards,
Thanks. mlterm-wl used wl_shell or xdg-shell v6 unstable. But sway has removed support for xdg-shell v6 unstable since 1.4, so mlterm-wl failed to start in sway-1.4. Now mlterm-wl supports xdg-wm-base which sway-1.4 supports. Please try http://bitbucket.org/arakiken/mlterm/get/tip.tar.gz
Thanks. I suspect that mlterm fails to bind wl_shell. Which window manager do you use? Will you rebuild mlterm-wl as follows and send me ~/.mlterm/msg.log again ? $ ./configure --enable-debug ... (edit uitoolkit/wayland/ui_display.c: #if 0 #define __DEBUG #endif -> #if 1 #define __DEBUG #endif) $ make; make install $ mlterm-wl
Also support ‘modifyOtherKeys’ mode Ps==1
add EWMH support for _NET_WM_PID to 3.8.8
Scrolling behaviour on window resize
Mixed text/sixel crashes with segault
sixel output corruption with longcat
mlterm windows does not close until it receives a keypress
Thanks.
Thanks. I've merged it.
Sorry for my late reply. Thanks for your patch. I've merged it.
For example, doesn't --bl=red disable blinking ? What happens if you execute as follows ? $ echo -e "\x1b[5maaaa\x1b[m" aaaa <= blinking $ mlcc bl_color red $ echo -e "\x1b[5maaaa\x1b[m" aaaa <= Not blinking
--bl option (or $ mlcc bl_color xxx) which sets alternate color to blinking characters disables blinking. But it disabled blinking but didn't set alternate color. Following commit fixes it. https://bitbucket.org/arakiken/mlterm/commits/45766b7f1442a4984b22854b75b89af28b18887a
Hi, I supported it. https://bitbucket.org/arakiken/mlterm/commits/c18b19b0ae9481e502ba795622a0d15c52d5a900 Regards,
Hi, I fixed. Please test it. Diff: https://bitbucket.org/arakiken/mlterm/commits/b0c624ceb27426792f3a121c95e1ecd18ab8a1d0 Archive: http://bitbucket.org/arakiken/mlterm/get/tip.tar.gz
I fixed this problem. https://bitbucket.org/arakiken/mlterm/commits/7d800c6e9225a95d14477b613e0794f0fd65056b#chg-uitoolkit/fb/ui_font.c I ’m not sure if this fix always works, so let me know if you find some other problems.
Hi, What option do you specified to ./configure script ? Which environment do you build and run ? Does mlterm start or not if you remove files in ~/.mlterm ? Then, please test as follows and send me the result of it. $ gdb /foo/bar/mlterm (the binary produced by the build process) run
Thanks. I think that http://mlterm.sf.net/mlterm-3.8.8-fixes.patch fixes this problem.
I'm investigating the cause, but It seems to take a long time to improve completely. How about -V option ? Does it fit to you?
I fixed to unuse FT_Outline_Embolden() for a font whose name contains "bold". Please try hg head, and set the bold font manually in aafont as follows. ISO10646_UCS4_1_BOLD=Inconsolata:style=Bold
Thanks. I found that mlterm-wl specified incorrect mime type to receive selected text. I fixed this problem. Please test hg head.
Hi, Thanks. Will you add "#define __DEBUG" to uiwindow/wayland/ui_display.c and rebuild mlterm-wl? Then, if you start mlterm-wl, it outputs logs to ~/.mlterm/msg.log. Please send me ~/.mlterm/msg.log.
Does "ISO10646_UCS4_1_BOLD=Inconsolata:style=Regular" in aafont work ?
Does letter_space option imrove it? $ mlterm-wl -csp 3
Hi, mlterm-wl didn't support X11 Primary selection. I fixed to support it and now copy&paste between mlterm and xterm works. https://bitbucket.org/arakiken/mlterm/get/tip.zip
I fixed 2) issue. Diff: https://bitbucket.org/arakiken/mlterm/commits/5c4ded96de03fbb85081626a8ee70065df191b3c (This diff includes the minor improvement of rendering glyphs similar to http://mlterm.sf.net/mlterm-3.8.8-fixfontwidth.patch) Archive: https://bitbucket.org/arakiken/mlterm/get/tip.zip
Thanks. Does this patch improve it? http://mlterm.sf.net/mlterm-3.8.8-fixfontwidth.patch
3) Is it correct that copy&paste is not working under wayland right now? Copy&paste from mlterm to other applications works. But copy&paste from other applications to mlterm was broken. I fixed it. Diff: https://bitbucket.org/arakiken/mlterm/commits/c311b122004daaf3b7cdcf7bef3d081706e32faa#chg-uitoolkit/wayland/ui_display.c Archive: https://bitbucket.org/arakiken/mlterm/get/tip.zip
Thanks. I fixed 1) issue. Diff: https://bitbucket.org/arakiken/mlterm/commits/0550403a961609b1b2829f226f9a9567e2c191ff#chg-uitoolkit/wayland/ui_display.c Archive: https://bitbucket.org/arakiken/mlterm/get/tip.zip
Hi. I'm sorry for my late reply. mlterm now supports xdg-shell-v6 (unstable) at hg head (revision 8e11edf3e0b5). https://bitbucket.org/arakiken/mlterm/get/tip.zip If you find some problems, please report them to me. Regards,
Thanks for your report. I revive WM_CLASS property at hg head. https://bitbucket.org/arakiken/mlterm/get/ba0fb4374d57.zip (mlterm-3.8.6 removed WM_CLASS property for workaround in order to avoid a problem related to lxde.)
Thanks. I merged your patch.
Thanks for your report. I can't reproduce it on my environment. (arch linux) Which font do you use? Does this problem happen if you use other fonts ? If you show me your configuration files in ~/.mlterm and log messages in ~/.mlterm/msg.log, I might know the reason. Regards,
Thanks. This is a bug of mlterm. The attached patch will fix this problem. Regards,
I suspect that 'dotum' font is not installed. Following command will show whether 'dotum' font is installed or not. $ fc-list|grep dotum
Sorry for my late reply. I tested on Lubuntu 16.04 , then I can show korean characters by following steps. $ sudo apt-get install mlterm $ sudo apt-get install fonts-baekmuk $ fc-list | grep dotum /usr/share/fonts/truetype/baekmuk/dotum.ttf: Baekmuk Dotum, ... :style=Regular $ echo "ISO10646_UCS4_1_FULLWIDTH=Baekmuk Dotum" >> ~/.mlterm/aafont (ISO10646_UCS4_1_BIWIDTH is also available)
$ mlcc fontconfig > ]5380;fontconfig $ mlcc type_engine > ]5380;type_engine $ echo $MLTERM (it's empty) I'm sorry but I can't understand these results. It seems that mlterm doesn't work. Which version of mlterm do you use? ($ mlterm --version) If you start mlterm with --restart=false option, does something change? Will you show me a screenshot?
Please show me ~/.mlterm/main and the result of following commands. $ mlcc fontconfig $ mlcc type_engine $ echo $MLTERM $ tail ~/.mlterm/msg.log Starting mlterm with "-type cairo" option might fix the problem. mlterm searches appropriate fonts automatically only if the value of type_engine option is "cairo". Otherwise, how about specifying a font which contains hangul glyphs in ~/.mlterm/aafont explicitly as follows ? ISO10646_UCS4_1_FULLWIDTH=
Is it necessary to remove these symbols ? https://sourceforge.net/p/mlterm/mailman/message/36247805/
kf1-kf4 terminfo capability of $TERM environmental variable defines sequence which F1-F4 key outputs. Following command shows the sequence when F2 is pressed. $ infocmp $TERM|grep kf2 For example, F2 is "\eOQ" in most cases if TERM=xterm , while it is "\e[11~" if TERM=rxvt. mlterm assumes TERM=xterm by default, so F2 outputs "\eOQ" on mlterm. If you use a value except "xterm" for TERM environmental variable, start mlterm with --term option which automatically changes sequence mlterm outputs when...
mlterm (TERM=xterm) sends "\eOQ" by default if F2 is pressed. Do you mean hnb doesn't recognize F2 key ? If mlterm send "\e" alone, please show me your configuration in ~/.mlterm/key or ~/.mlterm/termcap.
Support more application control over modified function keys
Feature request: Configurable meta key prefix
Fix spelling errors
Thanks. I've merged your patch.
add --working-directory argument
keyboard deficiencies
mlterm crashes sometimes when hitting backspace
Should SO bump libkik
conflict between Alt and AltGr
rectangle selection is always ON
I haven't reproduced it yet, but openbox seems to ignore MWM_HINTS_DECORATIONS property which mlterm sets on your system. For now I don't know why. If you use "urxvt -bl" and the same problem happens, it might be caused by your configuration of openbox. I'm not familiar with openbox, but I think adding following lines to your ~/.config/openbox/rc.xml or ~/.config/openbox/lxde-rc.xml is another way to solve it. How about it? <applications> ... <application name="mlterm"> <decor>no</decor> </application>...
I tested mlterm-3.5.0 on gnome-shell(3.24.2-1) and openbox(3.6.1-3)/LXDE on ArchLinux, but I haven't reproduced this problem yet. Which window manager do you use ?
Hi, The maximum number of colors of each character is limited to 512 internally on mlterm. mlterm supports true colors by reusing these 512 palettes, so scrolling back or highlighting characters causes corruptions. I don't plan to fix this problem for now, sorry. Regards,
Hi, Does LD_LIBRARY_PATH environmental variable contain /usr/local/lib64? What happens...
Please try to set TERM environmental variable to "xterm-256color" TERM=xterm-256...
Try to add a following option to ~/.mlterm/main. bidi_mode = left mlterm shows characters...
Feature request: encoding for specific host
Feature request: encoding for specific host
Feature request: encoding for specific host
Thanks. I fixed the man page.
I added it to "SEE ALSO" section of the man page. Thanks.
Hi, In such a case, please add a following line to ~/.profile (or something like...
Hi, Please download teraterm-4.90.zip at https://osdn.jp/projects/ttssh2/releases/...
Please tell me in a little more detail. 1) Check ~/.mlterm/msg.log, which may contain...
Thanks for your report. I'm sorry but I haven't succeeded to reproduce it on Ubuntu...
I'm sorry but mlterm 3.3.8-3.4.0 has a bug which might cause this problem. https://sourceforge.net/projects/mlterm/files/01release/mlterm-3.4.0/mlterm-3.4.0-fixes.patch/download...
Thanks for your detailed report. Please apply http://mlterm.sf.net/mlterm-3.4.0-fix-segv-on-pressing-key.patch...
Thanks for your detailed report. Please apply http://mlterm.sf.net/mlterm-3.4.0-fix-segv-on-pressing-key.patch...
Thanks for your report. Please try this fix. https://bitbucket.org/arakiken/mlterm/commits/7d7008f18c4b92ee1fcfb920ba96c935786c2491...
Thanks. I added --work-directory option. https://bitbucket.org/arakiken/mlterm/c...
~/.mlterm/termcap should be used to manage differences between terminal types such...