Activity for Araki Ken

  • Araki Ken Araki Ken posted a comment on ticket #26

    Thanks. I fixed it. https://github.com/arakiken/mlterm/commit/dfca8d8c98f64dba5a7fede46cd3b3bbb1fc4633

  • Araki Ken Araki Ken modified ticket #84

    mlterm-wl segfault on start

  • Araki Ken Araki Ken modified ticket #25

    Fix spelling mistakes

  • Araki Ken Araki Ken posted a comment on ticket #85

    Hi, Now I fixed the issue 1. https://github.com/arakiken/mlterm/archive/master.zip

  • Araki Ken Araki Ken posted a comment on ticket #85

    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,

  • Araki Ken Araki Ken posted a comment on ticket #85

    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,

  • Araki Ken Araki Ken posted a comment on ticket #84

    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

  • Araki Ken Araki Ken posted a comment on ticket #84

    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

  • Araki Ken Araki Ken modified ticket #21

    Also support ‘modifyOtherKeys’ mode Ps==1

  • Araki Ken Araki Ken modified ticket #24

    add EWMH support for _NET_WM_PID to 3.8.8

  • Araki Ken Araki Ken modified ticket #82

    Scrolling behaviour on window resize

  • Araki Ken Araki Ken modified ticket #79

    Mixed text/sixel crashes with segault

  • Araki Ken Araki Ken modified ticket #83

    sixel output corruption with longcat

  • Araki Ken Araki Ken modified ticket #81

    mlterm windows does not close until it receives a keypress

  • Araki Ken Araki Ken posted a comment on ticket #81

    Thanks.

  • Araki Ken Araki Ken posted a comment on ticket #25

    Thanks. I've merged it.

  • Araki Ken Araki Ken posted a comment on ticket #78

    Sorry for my late reply. Thanks for your patch. I've merged it.

  • Araki Ken Araki Ken posted a comment on ticket #13

    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

  • Araki Ken Araki Ken posted a comment on ticket #13

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

  • Araki Ken Araki Ken posted a comment on ticket #21

    Hi, I supported it. https://bitbucket.org/arakiken/mlterm/commits/c18b19b0ae9481e502ba795622a0d15c52d5a900 Regards,

  • Araki Ken Araki Ken posted a comment on ticket #82

    Hi, I fixed. Please test it. Diff: https://bitbucket.org/arakiken/mlterm/commits/b0c624ceb27426792f3a121c95e1ecd18ab8a1d0 Archive: http://bitbucket.org/arakiken/mlterm/get/tip.tar.gz

  • Araki Ken Araki Ken posted a comment on discussion Help

    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.

  • Araki Ken Araki Ken posted a comment on ticket #81

    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

  • Araki Ken Araki Ken posted a comment on ticket #81

    Thanks. I think that http://mlterm.sf.net/mlterm-3.8.8-fixes.patch fixes this problem.

  • Araki Ken Araki Ken posted a comment on discussion Help

    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?

  • Araki Ken Araki Ken posted a comment on discussion Help

    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

  • Araki Ken Araki Ken posted a comment on discussion Help

    Thanks. I found that mlterm-wl specified incorrect mime type to receive selected text. I fixed this problem. Please test hg head.

  • Araki Ken Araki Ken posted a comment on discussion Help

    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.

  • Araki Ken Araki Ken posted a comment on discussion Help

    Does "ISO10646_UCS4_1_BOLD=Inconsolata:style=Regular" in aafont work ?

  • Araki Ken Araki Ken posted a comment on discussion Help

    Does letter_space option imrove it? $ mlterm-wl -csp 3

  • Araki Ken Araki Ken posted a comment on discussion Help

    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

  • Araki Ken Araki Ken posted a comment on discussion Help

    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

  • Araki Ken Araki Ken posted a comment on discussion Help

    Thanks. Does this patch improve it? http://mlterm.sf.net/mlterm-3.8.8-fixfontwidth.patch

  • Araki Ken Araki Ken posted a comment on discussion Help

    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

  • Araki Ken Araki Ken posted a comment on discussion Help

    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

  • Araki Ken Araki Ken posted a comment on discussion Help

    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,

  • Araki Ken Araki Ken posted a comment on ticket #80

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

  • Araki Ken Araki Ken posted a comment on ticket #24

    Thanks. I merged your patch.

  • Araki Ken Araki Ken posted a comment on discussion Help

    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,

  • Araki Ken Araki Ken posted a comment on ticket #79

    Thanks. This is a bug of mlterm. The attached patch will fix this problem. Regards,

  • Araki Ken Araki Ken posted a comment on discussion Help

    I suspect that 'dotum' font is not installed. Following command will show whether 'dotum' font is installed or not. $ fc-list|grep dotum

  • Araki Ken Araki Ken posted a comment on discussion Help

    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)

  • Araki Ken Araki Ken posted a comment on discussion Help

    $ 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?

  • Araki Ken Araki Ken posted a comment on discussion Help

    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=

  • Araki Ken Araki Ken posted a comment on ticket #77

    Is it necessary to remove these symbols ? https://sourceforge.net/p/mlterm/mailman/message/36247805/

  • Araki Ken Araki Ken posted a comment on ticket #76

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

  • Araki Ken Araki Ken posted a comment on ticket #76

    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.

  • Araki Ken Araki Ken modified ticket #15

    Support more application control over modified function keys

  • Araki Ken Araki Ken modified ticket #17

    Feature request: Configurable meta key prefix

  • Araki Ken Araki Ken modified ticket #23

    Fix spelling errors

  • Araki Ken Araki Ken posted a comment on ticket #23

    Thanks. I've merged your patch.

  • Araki Ken Araki Ken modified ticket #18

    add --working-directory argument

  • Araki Ken Araki Ken modified ticket #42

    keyboard deficiencies

  • Araki Ken Araki Ken modified ticket #72

    mlterm crashes sometimes when hitting backspace

  • Araki Ken Araki Ken modified ticket #68

    Should SO bump libkik

  • Araki Ken Araki Ken modified ticket #70

    conflict between Alt and AltGr

  • Araki Ken Araki Ken modified ticket #71

    rectangle selection is always ON

  • Araki Ken Araki Ken posted a comment on ticket #75

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

  • Araki Ken Araki Ken posted a comment on ticket #75

    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 ?

  • Araki Ken Araki Ken posted a comment on ticket #74

    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,

  • Araki Ken Araki Ken posted a comment on ticket #12

    Hi, Does LD_LIBRARY_PATH environmental variable contain /usr/local/lib64? What happens...

  • Araki Ken Araki Ken posted a comment on ticket #11

    Please try to set TERM environmental variable to "xterm-256color" TERM=xterm-256...

  • Araki Ken Araki Ken posted a comment on ticket #10

    Try to add a following option to ~/.mlterm/main. bidi_mode = left mlterm shows characters...

  • Araki Ken Araki Ken modified ticket #20

    Feature request: encoding for specific host

  • Araki Ken Araki Ken modified ticket #20

    Feature request: encoding for specific host

  • Araki Ken Araki Ken modified ticket #20

    Feature request: encoding for specific host

  • Araki Ken Araki Ken posted a comment on ticket #20

    Thanks. I fixed the man page.

  • Araki Ken Araki Ken posted a comment on ticket #20

    I added it to "SEE ALSO" section of the man page. Thanks.

  • Araki Ken Araki Ken posted a comment on ticket #20

    Hi, In such a case, please add a following line to ~/.profile (or something like...

  • Araki Ken Araki Ken posted a comment on discussion Help

    Hi, Please download teraterm-4.90.zip at https://osdn.jp/projects/ttssh2/releases/...

  • Araki Ken Araki Ken posted a comment on discussion Help

    Please tell me in a little more detail. 1) Check ~/.mlterm/msg.log, which may contain...

  • Araki Ken Araki Ken posted a comment on ticket #73

    Thanks for your report. I'm sorry but I haven't succeeded to reproduce it on Ubuntu...

  • Araki Ken Araki Ken posted a comment on ticket #73

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

  • Araki Ken Araki Ken modified a comment on ticket #72

    Thanks for your detailed report. Please apply http://mlterm.sf.net/mlterm-3.4.0-fix-segv-on-pressing-key.patch...

  • Araki Ken Araki Ken posted a comment on ticket #72

    Thanks for your detailed report. Please apply http://mlterm.sf.net/mlterm-3.4.0-fix-segv-on-pressing-key.patch...

  • Araki Ken Araki Ken posted a comment on ticket #71

    Thanks for your report. Please try this fix. https://bitbucket.org/arakiken/mlterm/commits/7d7008f18c4b92ee1fcfb920ba96c935786c2491...

  • Araki Ken Araki Ken posted a comment on ticket #18

    Thanks. I added --work-directory option. https://bitbucket.org/arakiken/mlterm/c...

  • Araki Ken Araki Ken posted a comment on ticket #17

    ~/.mlterm/termcap should be used to manage differences between terminal types such...

1
MongoDB Logo MongoDB