$Id: README-ja,v 1.2 2003/12/01 08:28:56 knok Exp $

screen-uim - GNU screen 用 Input Method

* これは何か

GNU screen 上で、uim <http://uim.freedesktop.org/> を用い
てさまざまな言語入力環境を提供することを目的としたものです。

* 必要なもの

コンパイルには以下のソフトウェアが必要です。

- uim (0.1.5 で確認)

利用には以下のソフトウェアが必要です。

- GNU screen (3.9.15 以降)

* 利用方法

以下のコマンドを入力して、起動してください。

$ screen -c /usr/local/etc/screenrc-uim

現在は SKK のみサポートしています。C-j で変換の切替えを行ないます。さ
まざまなステータス情報はステータス行に表示されます。

また、以下の key に次のような機能が追加されます。

- C-a b: backtick process の停止と caption の非表示
- C-a t: backtick process の起動と caption の表示
- C-a c: screen-uim の起動とともに新しい session を起動
- C-a f: 現在の session に screen-uim を起動
- C-a k: 現在の session で起動している screen-uim を停止
  (screen default の動作)

詳細は /usr/local/etc/newscreen-bind を参考にして下さい。

* 著作権

Copyright (C) 2003 NOKUBI Takatsugu <knok@daionet.gr.jp>

This is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version or BSD style license.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
COPYING file for more details.

* バグ

- 現状は、SKK のみをサポートしています。
- 入出力エンコーディングは EUC-JP 固定です。
- 制御キー回りの処理がまだ不完全です。
- 起動初回のみステータスラインに何も表示されません。
- screen-uim において、ユニークな Unix ドメインソケット作成のために 
  tmpnam(3) を利用しています。しかし、セキュリティ上の重大な問題とはな
  らないはずです。
