Download List

Project Description

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

System Requirements

System requirement is not defined

Released at 2002-11-26 01:28
jfbterm 0.3.12 (1 files Hide)

Release Notes

version 0.3.12

single shift 2, 3 を実装しました。
これにより EUC-JP でいわゆる半角カナなどを表示できるように
なっているはずです。

Changelog

2002-11-25 Fumitoshi UKAI <ukai@debian.or.jp>

* 7bit SS2, SS3 support
* vterm.c (tvterm_esc_start): support SS2, SS3

2002-11-23 Fumitoshi UKAI <ukai@debian.or.jp>

* jfbterm-dev:00277: SS2, SS3 support
* vterm.c (IS_GR_AREA): typo? tgl.type->tgr.type
(tvterm_put_normal_char): typo? tgl.idx -> tgr.idx
GR, LEFT plane font should mask & ~0x80
(tvterm_iso_C1_set): support SS2, SS3
(tvterm_emulate): ws_ypixel = 0?
* jfbterm.conf.sample: encoding for EUC-JP

2002-08-02 Fumitoshi UKAI <ukai@debian.or.jp>

* util.c: #include <string.h>
* configure.in: check ioperm to enable vga16fb
* fbcommon.c: #include <sys/io.h> for only ifdef JFB_VGA16FB
fixes portability issues