/screen

GNU screen with MacIM support

Primary LanguageCGNU General Public License v3.0GPL-3.0

GNU screen with MacIM support

requirements

build

git clone https://github.com/rokuyama/screen.git
cd screen/src
./autogen.sh
./configure --prefix=/usr/local --enable-nosuid --enable-macim
make
sudo make install

usage

You need to set imasciikey and imlocalkey appropriately, which can be obtained by im-select command. Your ~/.screenrc should be, e.g.:

imasciikey com.justsystems.inputmethod.atok30.Roman
imlocalkey com.justsystems.inputmethod.atok30.Japanese
macim on

Then, you can control MacIM via escape sequences from terminal-based applications.