Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1018 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 1018 Bytes

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.