Skip to content

rokuyama/screen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.