Download List

Project Description

JFBTERM(J Framebuffer terminal)
は Linux の framebuffer 上で漢字を表示するためのプログラムです。
KON 同様に疑似端末を使ってコンソール出力をフックしますが、VGA ではなく、
framebuffer に展開しています。

System Requirements

System requirement is not defined

Released at 2003-08-31 05:06
jfbterm 0.3.14 (1 files Hide)

Release Notes

いくつかの修正をくわえました。

新規コマンドラインオプション
--config, --encoding/charmap

jfbterm.confファイルの変更
enctableの追加
encodingのセマンティクスの若干の変更

Changelog

* main.h (TApplication): add gConfFile, gConfEncoding
patch from Tomohiro KUBOTA <debian@tmail.plala.or.jp>
* main.c (tapp_get_options): add --config, --encoding/charmap options
requested by Tomohiro KUBOTA <debian@tmail.plala.or.jp>
(tapp_change_to_original): use print_warn
(tapp_init): init gConfFile, gConfEncoding
(tapp_change_to_new_console): use print_message
(tapp_setup_encoding): added
based on patch from Tomohiro KUBOTA <debian@tmail.plala.or.jp>
(main): use print_message, print_error
use gApp.gConfFile
encoding setup
print encoding and exec
* font.c (gFont): add iso8859.{11-16} entries
contributed by Tomohiro KUBOTA <debian@tmail.plala.or.jp>
* font.c (tfont_setup_font): check font file existence
* util.c: add missing includes
* term.c (tterm_start): drop privilege
* jfbterm.conf.sample jfbterm.conf.sample.ja: update
based on patch from Tomohiro KUBOTA <debian@tmail.plala.or.jp>
* jfbterm.1 jfbterm.conf.5: updated