From: Araki K. <ara...@us...> - 2013-03-12 21:11:10
|
Hi, From: Vladimir <vo...@vo...> Subject: [Mlterm-dev-en] How to get "Alt+." key combination working Date: Tue, 12 Mar 2013 11:10:24 +0100 Message-ID: <513...@vo...> > I'd appreciate if anybody would give any tips on how to get Alt+. key > sequence working (at the moment mlterm doesn't output anything). > mlterm version: 3.1.8 > distro: Gentoo Thanks for your report. Alt+. outputs 0xae (REGISTERED SIGN) by defaults, but it didn't work in UTF-8 encoding. The attached patch fixes this problem. On the other hand, if you want Alt+. to output "\x1b\x2e" (ESC + .), please specify "mod_meta_mode" option in ~/.mlterm/main as follows. ~/.mlterm/main mod_meta_mode = esc Regards, --- Araki Ken ara...@us... |